Searched refs:glTextureParameteriv (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 1070 glTextureParameteriv
|
D | libGL_autogen.cpp | 6150 void GL_APIENTRY glTextureParameteriv(GLuint texture, GLenum pname, const GLint *param) in glTextureParameteriv() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 717 gl->textureParameteriv = glTextureParameteriv;
|
D | tcuNullRenderContextFuncs.inl | 6256 GLW_APICALL void GLW_APIENTRY glTextureParameteriv (GLuint texture, GLenum pname, const GLint *para… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 494 gl->textureParameteriv = (glTextureParameterivFunc) loader->get("glTextureParameteriv");
|
D | glwInitGL46.inl | 498 gl->textureParameteriv = (glTextureParameterivFunc) loader->get("glTextureParameteriv");
|
D | glwInitExtGL.inl | 685 gl->textureParameteriv = (glTextureParameterivFunc) loader->get("glTextureParameteriv");
|
D | glwApi.inl | 717 #define glTextureParameteriv glwTextureParameteriv macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 717 void glTextureParameteriv (glw::GLuint texture, glw::GLenum pname, const glw::GLint *par…
|
D | gluCallLogWrapper.inl | 5219 void CallLogWrapper::glTextureParameteriv (glw::GLuint texture, glw::GLenum pname, const glw::GLint… function in CallLogWrapper 5222 …m_log << TestLog::Message << "glTextureParameteriv(" << texture << ", " << toHex(pname) << ", " <<…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2814 GLAPI void APIENTRY glTextureParameteriv (GLuint texture, GLenum pname, const GLint *param);
|
D | glext.h | 2775 GLAPI void APIENTRY glTextureParameteriv (GLuint texture, GLenum pname, const GLint *param);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2851 GLAPI void APIENTRY glTextureParameteriv (GLuint texture, GLenum pname, const GLint *param);
|
D | glext.h | 2811 GLAPI void APIENTRY glTextureParameteriv (GLuint texture, GLenum pname, const GLint *param);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10491 …r = ((glTextureParameteriv = (PFNGLTEXTUREPARAMETERIVPROC)glewGetProcAddress((const GLubyte*)"glTe… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4513 #define glTextureParameteriv GLEW_GET_FUN(__glewTextureParameteriv) macro
|