/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 63 glCopyTexSubImage1D = glCopyTexSubImage1D@24
|
D | opengl32.def | 63 glCopyTexSubImage1D
|
D | stw_context.c | 762 &glCopyTexSubImage1D,
|
/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/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 352 glCopyTexSubImage1D
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL31.inl | 50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL30.inl | 49 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 | glwInitGL45.inl | 90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwApi.inl | 91 #define glCopyTexSubImage1D glwCopyTexSubImage1D macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 91 gl->copyTexSubImage1D = glCopyTexSubImage1D;
|
D | tcuNullRenderContextFuncs.inl | 778 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint… function
|
/external/mesa3d/include/GL/ |
D | gl.h | 1378 GLAPI void GLAPIENTRY glCopyTexSubImage1D( GLenum target, GLint level,
|
D | gl_mangle.h | 314 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D) macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 91 void glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw:…
|
D | gluCallLogWrapper.inl | 611 void CallLogWrapper::glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset,… function in CallLogWrapper 614 …m_log << TestLog::Message << "glCopyTexSubImage1D(" << toHex(target) << ", " << level << ", " << x…
|