Searched refs:glTexSubImage1D (Results 1 - 12 of 12) sorted by relevance
/third_party/vk-gl-cts/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) in glTexSubImage1D() function in 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); in texSubImage1D()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_context.c | 987 &glTexSubImage1D,
|
H A D | gldrv.h | 369 void (APIENTRY *glTexSubImage1D )(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels); member
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1317 GLAPI void GLAPIENTRY glTexSubImage1D( GLenum target, GLint level,
|
H A D | glcorearb.h | 422 GLAPI void APIENTRY glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | libGL_autogen.cpp | 1766 void GL_APIENTRY glTexSubImage1D(GLenum target, in glTexSubImage1D() function
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 3860 #define glTexSubImage1D glad_glTexSubImage1D macro 5328 glad_glTexSubImage1D = (PFNGLTEXSUBIMAGE1DPROC) load(userptr, "glTexSubImage1D"); in glad_gl_load_GL_VERSION_1_1()
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 403 GLAPI void APIENTRY glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 421 GLAPI void APIENTRY glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 421 GLAPI void APIENTRY glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
|
Completed in 128 milliseconds