Searched defs:glCopyTexImage1D (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 149 void ContextWrapper::glCopyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) in glCopyTexImage1D() function in sglr::ContextWrapper
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | gldrv.h | 360 void (APIENTRY *glCopyTexImage1D )(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLint border); member
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | libGL_autogen.cpp | 1630 void GL_APIENTRY glCopyTexImage1D(GLenum target, in glCopyTexImage1D() function
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 2860 #define glCopyTexImage1D glad_glCopyTexImage1D macro
|
Completed in 37 milliseconds