Searched refs:glTextureParameterIiv (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 1065 glTextureParameterIiv
|
D | libGL_autogen.cpp | 6125 void GL_APIENTRY glTextureParameterIiv(GLuint texture, GLenum pname, const GLint *params) in glTextureParameterIiv() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 707 gl->textureParameterIiv = glTextureParameterIiv;
|
D | tcuNullRenderContextFuncs.inl | 6171 GLW_APICALL void GLW_APIENTRY glTextureParameterIiv (GLuint texture, GLenum pname, const GLint *par… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 489 …textureParameterIiv = (glTextureParameterIivFunc) loader->get("glTextureParameterIiv");
|
D | glwInitGL46.inl | 493 …textureParameterIiv = (glTextureParameterIivFunc) loader->get("glTextureParameterIiv");
|
D | glwInitExtGL.inl | 680 …>textureParameterIiv = (glTextureParameterIivFunc) loader->get("glTextureParameterIiv");
|
D | glwApi.inl | 707 #define glTextureParameterIiv glwTextureParameterIiv macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 707 void glTextureParameterIiv (glw::GLuint texture, glw::GLenum pname, const glw::GLint *pa…
|
D | gluCallLogWrapper.inl | 5149 void CallLogWrapper::glTextureParameterIiv (glw::GLuint texture, glw::GLenum pname, const glw::GLin… function in CallLogWrapper 5152 …m_log << TestLog::Message << "glTextureParameterIiv(" << texture << ", " << toHex(pname) << ", " <…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2812 GLAPI void APIENTRY glTextureParameterIiv (GLuint texture, GLenum pname, const GLint *params);
|
D | glext.h | 2773 GLAPI void APIENTRY glTextureParameterIiv (GLuint texture, GLenum pname, const GLint *params);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2849 GLAPI void APIENTRY glTextureParameterIiv (GLuint texture, GLenum pname, const GLint *params);
|
D | glext.h | 2809 GLAPI void APIENTRY glTextureParameterIiv (GLuint texture, GLenum pname, const GLint *params);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10486 …r = ((glTextureParameterIiv = (PFNGLTEXTUREPARAMETERIIVPROC)glewGetProcAddress((const GLubyte*)"gl… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4508 #define glTextureParameterIiv GLEW_GET_FUN(__glewTextureParameterIiv) macro
|