Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp133 ASSIGN("glCopyTextureSubImage1D", copyTextureSubImage1D); in initProcsDesktopGL()
911 ASSIGN("glCopyTextureSubImage1DEXT", copyTextureSubImage1D); in initProcsDesktopGL()
1824 ASSIGN("glCopyTextureSubImage1D", copyTextureSubImage1D); in initProcsDesktopGL()
2922 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL()
3699 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL()
4611 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h632 PFNGLCOPYTEXTURESUBIMAGE1DPROC copyTextureSubImage1D = nullptr; variable
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h193 void copyTextureSubImage1D(TextureID texturePacked, GLint level, GLint xoffset, GLint x, \
DContext_gl.cpp2986 void Context::copyTextureSubImage1D(TextureID texture, in copyTextureSubImage1D() function in gl::Context
/external/deqp/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.inl621 …gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl940 gl->copyTextureSubImage1D(texture, level, xoffset, x, y, width);
/external/deqp/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()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl122 gl->copyTextureSubImage1D = glCopyTextureSubImage1D;
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h237 …virtual GrGLvoid copyTextureSubImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage1D() function
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp6260 context->copyTextureSubImage1D(texturePacked, level, xoffset, x, y, width); in GL_CopyTextureSubImage1D()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl835 m_gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);