Searched refs:glCopyTexSubImage1D (Results 1 – 25 of 29) sorted by relevance
12
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 70 glCopyTexSubImage1D = glCopyTexSubImage1D@24
|
D | osmesa.def | 73 glCopyTexSubImage1D
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 63 glCopyTexSubImage1D = glCopyTexSubImage1D@24
|
D | opengl32.def | 63 glCopyTexSubImage1D
|
D | stw_context.c | 841 &glCopyTexSubImage1D,
|
/external/swiftshader/src/OpenGL/libGL/ |
D | libGL.def | 64 glCopyTexSubImage1D @62
|
D | libGL.cpp | 5869 void APIENTRY glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsi… in glCopyTexSubImage1D() function
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in glCopyTexSubImage1D() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 73 void glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL30.inl | 49 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL31.inl | 50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL32.inl | 51 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL33.inl | 53 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL40.inl | 59 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL42.inl | 63 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL41.inl | 62 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL43.inl | 67 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL44.inl | 76 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL46.inl | 90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL45.inl | 90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwApi.inl | 116 #define glCopyTexSubImage1D glwCopyTexSubImage1D macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 116 gl->copyTexSubImage1D = glCopyTexSubImage1D;
|
/external/mesa3d/include/GL/ |
D | gl.h | 1350 GLAPI void GLAPIENTRY glCopyTexSubImage1D( GLenum target, GLint level,
|
D | gl_mangle.h | 366 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D) macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 116 void glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw…
|
12