Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp134 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL()
912 ASSIGN("glCopyTextureSubImage2DEXT", copyTextureSubImage2D); in initProcsDesktopGL()
1845 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL()
2963 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
3740 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
4672 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/deqp/framework/opengl/wrapper/
DglwFunctions.inl124 glCopyTextureSubImage2DFunc copyTextureSubImage2D; variable
DglwInitGL46.inl94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
DglwInitGL45.inl94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
DglwInitExtGL.inl632 …gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl956 gl->copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h180 void copyTextureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
DContext_gl.cpp2637 void Context::copyTextureSubImage2D(TextureID texture, in copyTextureSubImage2D() function in gl::Context
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl124 gl->copyTextureSubImage2D = glCopyTextureSubImage2D;
/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.cpp3879 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);