Searched refs:glCopyTexSubImage1D (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) in glCopyTexSubImage1D() function in sglr::ContextWrapper
|
H A D | sglrContextWrapper.hpp | 73 void glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_context.c | 980 &glCopyTexSubImage1D,
|
H A D | gldrv.h | 362 void (APIENTRY *glCopyTexSubImage1D )(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width); member
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1343 GLAPI void GLAPIENTRY glCopyTexSubImage1D( GLenum target, GLint level,
|
H A D | glcorearb.h | 420 GLAPI void APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | libGL_autogen.cpp | 1654 glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in glCopyTexSubImage1D() function
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 2864 #define glCopyTexSubImage1D glad_glCopyTexSubImage1D macro 5307 glad_glCopyTexSubImage1D = (PFNGLCOPYTEXSUBIMAGE1DPROC) load(userptr, "glCopyTexSubImage1D"); in glad_gl_load_GL_VERSION_1_1()
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 401 GLAPI void APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 419 GLAPI void APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 419 GLAPI void APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
|
Completed in 123 milliseconds