Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp134 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL()
912 ASSIGN("glCopyTextureSubImage2DEXT", copyTextureSubImage2D); in initProcsDesktopGL()
1825 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL()
2923 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
3700 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
4612 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h633 PFNGLCOPYTEXTURESUBIMAGE2DPROC copyTextureSubImage2D = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp5678 gl.copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height); in CopyTextureSubImage2DAndCheckErrors()
11653 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D()
11669 gl.copyTextureSubImage2D(m_to_invalid, 0, 0, 0, 0, 0, s_width, s_height); in Test2D()
11673 gl.copyTextureSubImage2D(m_to_1D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D()
11681 gl.copyTextureSubImage2D(m_to_2D_dst, -1, 0, 0, 0, 0, s_width, s_height); in Test2D()
11690 gl.copyTextureSubImage2D(m_to_2D_dst, 0, -1, 0, 0, 0, s_width, s_height); in Test2D()
11693 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 1, 0, 0, 0, s_width, s_height); in Test2D()
11698 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, -1, 0, 0, s_width, s_height); in Test2D()
11701 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 1, 0, 0, s_width, s_height); in Test2D()
11713 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D()
[all …]
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h195 void copyTextureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
DContext_gl.cpp2996 void Context::copyTextureSubImage2D(TextureID texture, in copyTextureSubImage2D() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl124 glCopyTextureSubImage2DFunc copyTextureSubImage2D; variable
DglwInitGL45.inl94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
DglwInitGL46.inl94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
DglwInitExtGL.inl622 …gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl956 gl->copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl124 gl->copyTextureSubImage2D = glCopyTextureSubImage2D;
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h238 …virtual GrGLvoid copyTextureSubImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage2D() function
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp6295 context->copyTextureSubImage2D(texturePacked, level, xoffset, yoffset, x, y, width, in GL_CopyTextureSubImage2D()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl849 m_gl.copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);