Searched defs:glCopyTexImage1D (Results 1 – 6 of 6) sorted by relevance
/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
|
/external/deqp/framework/opengl/wrapper/ |
D | glwApi.inl | 89 #define glCopyTexImage1D glwCopyTexImage1D macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 310 #define glCopyTexImage1D MANGLE(CopyTexImage1D) macro
|
/external/swiftshader/src/OpenGL/libGL/ |
D | libGL.cpp | 5890 void APIENTRY glCopyTexImage1D(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y,… in glCopyTexImage1D() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 753 GLW_APICALL void GLW_APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, … function
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 597 void CallLogWrapper::glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalfo… function in CallLogWrapper
|