Searched refs:glTexSubImage1D (Results 1 - 11 of 11) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 134 void ContextWrapper::glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) function in class:sglr::ContextWrapper
|
H A D | sglrContextWrapper.hpp | 161 void glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* pixels);
|
H A D | sglrGLContext.cpp | 282 m_wrapper->glTexSubImage1D(target, level, xoffset, width, format, type, data);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_context.c | 769 &glTexSubImage1D,
|
/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextInitFuncs.inl | 490 gl->texSubImage1D = glTexSubImage1D;
|
H A D | tcuNullRenderContextFuncs.inl | 4003 GLW_APICALL void GLW_APIENTRY glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels)
|
/external/deqp/framework/opengl/wrapper/ |
H A D | glwApi.inl | 490 #define glTexSubImage1D glwTexSubImage1D
|
/external/mesa3d/include/GL/ |
H A D | gl.h | 1352 GLAPI void GLAPIENTRY glTexSubImage1D( GLenum target, GLint level,
|
H A D | gl_mangle.h | 1769 #define glTexSubImage1D MANGLE(TexSubImage1D) macro
|
/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapperApi.inl | 490 void glTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLsizei width, glw::GLenum format, glw::GLenum type, const void *pixels);
|
H A D | gluCallLogWrapper.inl | 3621 void CallLogWrapper::glTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLsizei width, glw::GLenum format, glw::GLenum type, const void *pixels) 3624 m_log << TestLog::Message << "glTexSubImage1D(" << getTextureTargetStr(target) << ", " << level << ", " << xoffset << ", " << width << ", " << getPixelFormatStr(format) << ", " << getTypeStr(type) << ", " << pixels << ");" << TestLog::EndMessage;
|
Completed in 105 milliseconds