Searched refs:glTextureSubImage2D (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 508 gl->textureSubImage2D = glTextureSubImage2D;
|
D | tcuNullRenderContextFuncs.inl | 4164 GLW_APICALL void GLW_APIENTRY glTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLin… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 501 gl->textureSubImage2D = (glTextureSubImage2DFunc) loader->get("glTextureSubImage2D");
|
D | glwApi.inl | 508 #define glTextureSubImage2D glwTextureSubImage2D macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2232 #define glTextureSubImage2D MANGLE(TextureSubImage2D) macro
|
D | glcorearb.h | 2838 GLAPI void APIENTRY glTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoffset,…
|
D | glext.h | 2798 GLAPI void APIENTRY glTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoffset,…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 508 void glTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset, glw…
|
D | gluCallLogWrapper.inl | 3747 void CallLogWrapper::glTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset… function in CallLogWrapper 3750 …m_log << TestLog::Message << "glTextureSubImage2D(" << texture << ", " << level << ", " << xoffset…
|