Searched refs:glCompressedTextureSubImage1D (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 978 glCompressedTextureSubImage1D
|
D | libGL_autogen.cpp | 5522 void GL_APIENTRY glCompressedTextureSubImage1D(GLuint texture, in glCompressedTextureSubImage1D() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 100 gl->compressedTextureSubImage1D = glCompressedTextureSubImage1D;
|
D | tcuNullRenderContextFuncs.inl | 884 GLW_APICALL void GLW_APIENTRY glCompressedTextureSubImage1D (GLuint texture, GLint level, GLint xof… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 82 …Image1D = (glCompressedTextureSubImage1DFunc) loader->get("glCompressedTextureSubImage1D");
|
D | glwInitGL46.inl | 82 …Image1D = (glCompressedTextureSubImage1DFunc) loader->get("glCompressedTextureSubImage1D");
|
D | glwInitExtGL.inl | 617 …bImage1D = (glCompressedTextureSubImage1DFunc) loader->get("glCompressedTextureSubImage1D");
|
D | glwApi.inl | 100 #define glCompressedTextureSubImage1D glwCompressedTextureSubImage1D macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 100 void glCompressedTextureSubImage1D (glw::GLuint texture, glw::GLint level, glw::GLint xoff…
|
D | gluCallLogWrapper.inl | 677 void CallLogWrapper::glCompressedTextureSubImage1D (glw::GLuint texture, glw::GLint level, glw::GLi… function in CallLogWrapper 680 …m_log << TestLog::Message << "glCompressedTextureSubImage1D(" << texture << ", " << level << ", " …
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2803 GLAPI void APIENTRY glCompressedTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLsi…
|
D | glext.h | 2764 GLAPI void APIENTRY glCompressedTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLsi…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2840 GLAPI void APIENTRY glCompressedTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLsi…
|
D | glext.h | 2800 GLAPI void APIENTRY glCompressedTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLsi…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10423 …r = ((glCompressedTextureSubImage1D = (PFNGLCOMPRESSEDTEXTURESUBIMAGE1DPROC)glewGetProcAddress((co… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4445 #define glCompressedTextureSubImage1D GLEW_GET_FUN(__glewCompressedTextureSubImage1D) macro
|