Searched refs:glCopyTexImage1D (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 61 glCopyTexImage1D = glCopyTexImage1D@28
|
D | opengl32.def | 61 glCopyTexImage1D
|
D | stw_context.c | 760 &glCopyTexImage1D,
|
/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/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 350 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 | glwInitGL41.inl | 60 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL42.inl | 61 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL44.inl | 74 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL43.inl | 65 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL45.inl | 88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwApi.inl | 89 #define glCopyTexImage1D glwCopyTexImage1D macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 89 gl->copyTexImage1D = glCopyTexImage1D;
|
D | tcuNullRenderContextFuncs.inl | 753 GLW_APICALL void GLW_APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, … function
|
/external/mesa3d/include/GL/ |
D | gl.h | 1365 GLAPI void GLAPIENTRY glCopyTexImage1D( GLenum target, GLint level,
|
D | gl_mangle.h | 310 #define glCopyTexImage1D MANGLE(CopyTexImage1D) macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 89 void glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalformat,…
|
D | gluCallLogWrapper.inl | 597 void CallLogWrapper::glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalfo… function in CallLogWrapper 600 …m_log << TestLog::Message << "glCopyTexImage1D(" << getTextureTargetStr(target) << ", " << level <…
|