Home
last modified time | relevance | path

Searched refs:copyTextureSubImage1D (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp133 ASSIGN("glCopyTextureSubImage1D", copyTextureSubImage1D); in initProcsDesktopGL()
900 ASSIGN("glCopyTextureSubImage1DEXT", copyTextureSubImage1D); in initProcsDesktopGL()
1813 ASSIGN("glCopyTextureSubImage1D", copyTextureSubImage1D); in initProcsDesktopGL()
2922 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL()
3688 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL()
4600 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h632 PFNGLCOPYTEXTURESUBIMAGE1DPROC copyTextureSubImage1D = nullptr; variable
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp5645 gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width); in CopyTextureSubImage1DAndCheckErrors()
11559 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D()
11575 gl.copyTextureSubImage1D(m_to_invalid, 0, 0, 0, 0, s_width); in Test1D()
11579 gl.copyTextureSubImage1D(m_to_2D_dst, 0, 0, 0, 0, s_width); in Test1D()
11586 gl.copyTextureSubImage1D(m_to_1D_dst, -1, 0, 0, 0, s_width); in Test1D()
11594 gl.copyTextureSubImage1D(m_to_1D_dst, 0, -1, 0, 0, s_width); in Test1D()
11597 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 1, 0, 0, s_width); in Test1D()
11609 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D()
11625 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h189 void copyTextureSubImage1D(TextureID texturePacked, GLint level, GLint xoffset, GLint x, \
DContext_gl.cpp2964 void Context::copyTextureSubImage1D(TextureID texture, in copyTextureSubImage1D() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl122 glCopyTextureSubImage1DFunc copyTextureSubImage1D; variable
DglwInitGL45.inl93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
DglwInitGL46.inl93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
DglwInitExtGL.inl631 …gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl940 gl->copyTextureSubImage1D(texture, level, xoffset, x, y, width);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl122 gl->copyTextureSubImage1D = glCopyTextureSubImage1D;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp6489 context->copyTextureSubImage1D(texturePacked, level, xoffset, x, y, width); in GL_CopyTextureSubImage1D()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl835 m_gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);