Home
last modified time | relevance | path

Searched refs:glInvalidateTexImage (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def937 glInvalidateTexImage
DlibGL_autogen.cpp5224 void GL_APIENTRY glInvalidateTexImage(GLuint texture, GLint level) in glInvalidateTexImage() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl420 gl->invalidateTexImage = glInvalidateTexImage;
DtcuNullRenderContextFuncs.inl3546 GLW_APICALL void GLW_APIENTRY glInvalidateTexImage (GLuint texture, GLint level) function
/external/deqp/framework/opengl/wrapper/
DglwInitGL43.inl248 gl->invalidateTexImage = (glInvalidateTexImageFunc) loader->get("glInvalidateTexImage");
DglwInitGL44.inl257 gl->invalidateTexImage = (glInvalidateTexImageFunc) loader->get("glInvalidateTexImage");
DglwInitGL45.inl323 gl->invalidateTexImage = (glInvalidateTexImageFunc) loader->get("glInvalidateTexImage");
DglwInitGL46.inl323 gl->invalidateTexImage = (glInvalidateTexImageFunc) loader->get("glInvalidateTexImage");
DglwApi.inl420 #define glInvalidateTexImage glwInvalidateTexImage macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl420 void glInvalidateTexImage (glw::GLuint texture, glw::GLint level);
DgluCallLogWrapper.inl3080 void CallLogWrapper::glInvalidateTexImage (glw::GLuint texture, glw::GLint level) function in CallLogWrapper
3083 …m_log << TestLog::Message << "glInvalidateTexImage(" << texture << ", " << level << ");" << TestLo…
/external/mesa3d/include/GL/
Dglcorearb.h2533 GLAPI void APIENTRY glInvalidateTexImage (GLuint texture, GLint level);
Dglext.h2482 GLAPI void APIENTRY glInvalidateTexImage (GLuint texture, GLint level);
/external/swiftshader/include/GL/
Dglcorearb.h2570 GLAPI void APIENTRY glInvalidateTexImage (GLuint texture, GLint level);
Dglext.h2518 GLAPI void APIENTRY glInvalidateTexImage (GLuint texture, GLint level);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10870 …r = ((glInvalidateTexImage = (PFNGLINVALIDATETEXIMAGEPROC)glewGetProcAddress((const GLubyte*)"glIn… in _glewInit_GL_ARB_invalidate_subdata()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h5523 #define glInvalidateTexImage GLEW_GET_FUN(__glewInvalidateTexImage) macro