Home
last modified time | relevance | path

Searched refs:copyImageSubData (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2798 … gl.copyImageSubData(m_src_tex_name, test_case.m_src.m_target, test_case.m_src.m_level, in copyAndVerify()
2806 … gl.copyImageSubData(m_src_tex_name, GL_TEXTURE_2D, test_case.m_src.m_level, test_case.m_src_x, in copyAndVerify()
2811 …gl.copyImageSubData(m_rb_name, test_case.m_src.m_target, test_case.m_src.m_level, test_case.m_src_… in copyAndVerify()
3836 …gl.copyImageSubData(m_src_tex_name, test_case.m_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* srcY … in copyAndVerify()
3843 … gl.copyImageSubData(m_src_tex_name, GL_TEXTURE_2D, 0 /* srcLevel */, 0 /* srcX */, 0 /* srcY */, in copyAndVerify()
3847 … gl.copyImageSubData(m_rb_name, test_case.m_target, 0 /* dstLevel */, 0 /* dstX */, 0 /* dstY */, in copyAndVerify()
4268 …gl.copyImageSubData(m_src_tex_name, test_case.m_src_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate()
4447 …gl.copyImageSubData(m_src_tex_name, test_case.m_src_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate()
4595 …gl.copyImageSubData(m_src_tex_name, test_case.m_tex_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate()
4794 …gl.copyImageSubData(m_src_tex_name, test_case.m_tex_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate()
[all …]
Dgl4cPipelineStatisticsQueryTests.cpp2811 gl.copyImageSubData == NULL) in executeCopyImageSubDataTest()
2818 gl.copyImageSubData(data_ptr->m_to_draw_fbo_id, GL_TEXTURE_2D, 0, /* srcLevel */ in executeCopyImageSubDataTest()
/external/angle/src/libANGLE/
DContext_gles_3_2_autogen.h15 void copyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, \
DContext.cpp5101 void Context::copyImageSubData(GLuint srcName, in copyImageSubData() function in gl::Context
/external/deqp/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp142 …gl.copyImageSubData(m_src_tex_name, GL_TEXTURE_2D, 0 /* srcLevel */, 0 /* srcX */, 0 /* srcY */, 0… in iterate()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp107 ASSIGN("glCopyImageSubData", copyImageSubData); in initProcsDesktopGL()
1815 ASSIGN("glCopyImageSubData", copyImageSubData); in initProcsDesktopGL()
2025 ASSIGN("glCopyImageSubDataEXT", copyImageSubData); in initProcsGLES()
2264 ASSIGN("glCopyImageSubDataOES", copyImageSubData); in initProcsGLES()
2722 ASSIGN("glCopyImageSubData", copyImageSubData); in initProcsGLES()
2985 copyImageSubData = &glCopyImageSubDataNULL; in initProcsDesktopGLNULL()
4691 copyImageSubData = &glCopyImageSubDataNULL; in initProcsDesktopGLNULL()
4900 copyImageSubData = &glCopyImageSubDataNULL; in initProcsGLESNULL()
5139 copyImageSubData = &glCopyImageSubDataNULL; in initProcsGLESNULL()
5597 copyImageSubData = &glCopyImageSubDataNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h563 PFNGLCOPYIMAGESUBDATAPROC copyImageSubData = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl77 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubDataEXT");
DglwInitES32Direct.inl55 gl->copyImageSubData = &glCopyImageSubData;
DglwFunctions.inl107 glCopyImageSubDataFunc copyImageSubData; variable
DglwInitES32.inl55 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
DglwInitGL44.inl73 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
DglwInitGL43.inl64 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
DglwInitGL46.inl86 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
DglwInitGL45.inl86 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
DglwImpl.inl820 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,…
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1183 … gl.copyImageSubData(context.texIds[1], GL_TEXTURE_2D, 0, 0, 0, 0, context.texIds[0], in __anon8e6d32483e02()
1245 … gl.copyImageSubData(context.texIds[0], GL_TEXTURE_2D, 0, 0, 0, 0, context.texIds[1], in __anon8e6d32484102()
1292 … gl.copyImageSubData(context.texIds[1], GL_TEXTURE_2D, 0, 0, 0, 0, context.texIds[0], in __anon8e6d32484402()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl107 gl->copyImageSubData = glCopyImageSubData;
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp236 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
Dentry_points_gles_ext_autogen.cpp5535 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubDataEXT()
11046 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubDataOES()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1199 …gl.copyImageSubData(srcName, srcImageInfo.getTarget(), srcLevel, srcPos.x(), srcPos.y(), srcPos.z(… in copyImage()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl730 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel…