Searched refs:glCopyTexImage1D (Results 1 – 25 of 31) sorted by relevance
12
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 68 glCopyTexImage1D = glCopyTexImage1D@28
|
D | osmesa.def | 71 glCopyTexImage1D
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 61 glCopyTexImage1D = glCopyTexImage1D@28
|
D | opengl32.def | 61 glCopyTexImage1D
|
D | stw_context.c | 928 &glCopyTexImage1D,
|
D | gldrv.h | 360 …void (APIENTRY *glCopyTexImage1D )(GLenum target, GLint level, GLenum internalFormat,…
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 149 void ContextWrapper::glCopyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in glCopyTexImage1D() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 71 …void glCopyTexImage1D (deUint32 target, int level, deUint32 internalformat, int x, int y, i…
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 323 glCopyTexImage1D
|
/external/mesa3d/docs/ |
D | index.rst | 275 - glCopyTexImage1D
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL30.inl | 47 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL31.inl | 48 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL32.inl | 49 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL33.inl | 51 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL40.inl | 57 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL42.inl | 61 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL41.inl | 60 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL43.inl | 65 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL44.inl | 74 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL45.inl | 88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL46.inl | 88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwApi.inl | 114 #define glCopyTexImage1D glwCopyTexImage1D macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 114 gl->copyTexImage1D = glCopyTexImage1D;
|
/external/mesa3d/include/GL/ |
D | gl.h | 1332 GLAPI void GLAPIENTRY glCopyTexImage1D( GLenum target, GLint level,
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 114 void glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalformat…
|
12