Searched defs:glCopyTexSubImage1D (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in glCopyTexSubImage1D() function in sglr::ContextWrapper
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/gl3w/GL/ |
D | gl3w.h | 679 #define glCopyTexSubImage1D gl3wCopyTexSubImage1D macro
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwApi.inl | 116 #define glCopyTexSubImage1D glwCopyTexSubImage1D macro
|
/third_party/flutter/glfw/deps/glad/ |
D | glad.h | 2324 #define glCopyTexSubImage1D glad_glCopyTexSubImage1D macro
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1104 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint… function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | libGL_autogen.cpp | 1669 glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in glCopyTexSubImage1D() function
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | libGL_autogen.cpp | 1654 glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in glCopyTexSubImage1D() function
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 789 void CallLogWrapper::glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset,… function in CallLogWrapper
|