Home
last modified time | relevance | path

Searched defs:getIntegeri_v (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DState.cpp2188 void PrivateState::getIntegeri_v(GLenum target, GLuint index, GLint *data) const in getIntegeri_v() function in gl::PrivateState
3499 void State::getIntegeri_v(const Context *context, GLenum target, GLuint index, GLint *data) const in getIntegeri_v() function in gl::State
H A DContext.cpp2470 void Context::getIntegeri_v(GLenum target, GLuint index, GLint *data) in getIntegeri_v() function in gl::Context
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h293 PFNGLGETINTEGERI_VPROC getIntegeri_v = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl282 glGetIntegeri_vFunc getIntegeri_v; variable