Home
last modified time | relevance | path

Searched defs:glCopyTexSubImage1D (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextWrapper.cpp159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in glCopyTexSubImage1D() function in sglr::ContextWrapper
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl116 #define glCopyTexSubImage1D glwCopyTexSubImage1D macro
/third_party/glfw/deps/glad/
Dglad.h2324 #define glCopyTexSubImage1D glad_glCopyTexSubImage1D macro
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl1104 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint… function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp1654 glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in glCopyTexSubImage1D() function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl789 void CallLogWrapper::glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset,… function in CallLogWrapper