/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 2760 gl.copyImageSubData(m_src_tex_name, test_case.m_src.m_target, test_case.m_src.m_level, in copyAndVerify() 2768 gl.copyImageSubData(m_src_tex_name, GL_TEXTURE_2D, test_case.m_src.m_level, test_case.m_src_x, in copyAndVerify() 2773 …gl.copyImageSubData(m_rb_name, test_case.m_src.m_target, test_case.m_src.m_level, test_case.m_src_… in copyAndVerify() 3798 …gl.copyImageSubData(m_src_tex_name, test_case.m_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* srcY … in copyAndVerify() 3805 gl.copyImageSubData(m_src_tex_name, GL_TEXTURE_2D, 0 /* srcLevel */, 0 /* srcX */, 0 /* srcY */, in copyAndVerify() 3809 gl.copyImageSubData(m_rb_name, test_case.m_target, 0 /* dstLevel */, 0 /* dstX */, 0 /* dstY */, in copyAndVerify() 4230 …gl.copyImageSubData(m_src_tex_name, test_case.m_src_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate() 4409 …gl.copyImageSubData(m_src_tex_name, test_case.m_src_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate() 4557 …gl.copyImageSubData(m_src_tex_name, test_case.m_tex_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate() 4756 …gl.copyImageSubData(m_src_tex_name, test_case.m_tex_target, 0 /* srcLevel */, 0 /* srcX */, 0 /* s… in iterate() [all …]
|
D | gl4cPipelineStatisticsQueryTests.cpp | 2789 gl.copyImageSubData == NULL) in executeCopyImageSubDataTest() 2796 gl.copyImageSubData(data_ptr->m_to_draw_fbo_id, GL_TEXTURE_2D, 0, /* srcLevel */ in executeCopyImageSubDataTest()
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_2_autogen.h | 21 void copyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, \
|
D | Context.cpp | 4448 void Context::copyImageSubData(GLuint srcName, in copyImageSubData() function in gl::Context
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cCopyImageTests.cpp | 142 …gl.copyImageSubData(m_src_tex_name, GL_TEXTURE_2D, 0 /* srcLevel */, 0 /* srcX */, 0 /* srcY */, 0… in iterate()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 107 ASSIGN("glCopyImageSubData", copyImageSubData); in initProcsDesktopGL() 1752 ASSIGN("glCopyImageSubData", copyImageSubData); in initProcsDesktopGL() 1962 ASSIGN("glCopyImageSubDataEXT", copyImageSubData); in initProcsGLES() 2158 ASSIGN("glCopyImageSubDataOES", copyImageSubData); in initProcsGLES() 2610 ASSIGN("glCopyImageSubData", copyImageSubData); in initProcsGLES() 2896 copyImageSubData = &glCopyImageSubDataNULL; in initProcsDesktopGLNULL() 4539 copyImageSubData = &glCopyImageSubDataNULL; in initProcsDesktopGLNULL() 4748 copyImageSubData = &glCopyImageSubDataNULL; in initProcsGLESNULL() 4944 copyImageSubData = &glCopyImageSubDataNULL; in initProcsGLESNULL() 5396 copyImageSubData = &glCopyImageSubDataNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 563 PFNGLCOPYIMAGESUBDATAPROC copyImageSubData = nullptr; variable
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtES.inl | 77 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubDataEXT");
|
D | glwInitES32Direct.inl | 55 gl->copyImageSubData = &glCopyImageSubData;
|
D | glwFunctions.inl | 107 glCopyImageSubDataFunc copyImageSubData; variable
|
D | glwInitES32.inl | 55 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
|
D | glwInitGL44.inl | 73 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
|
D | glwInitGL43.inl | 64 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
|
D | glwInitGL45.inl | 86 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
|
D | glwInitGL46.inl | 86 gl->copyImageSubData = (glCopyImageSubDataFunc) loader->get("glCopyImageSubData");
|
D | glwImpl.inl | 820 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,…
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 206 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
|
D | entry_points_gles_ext_autogen.cpp | 3853 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubDataEXT() 8289 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubDataOES()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 107 gl->copyImageSubData = glCopyImageSubData;
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1116 …gl.copyImageSubData(srcName, srcImageInfo.getTarget(), srcLevel, srcPos.x(), srcPos.y(), srcPos.z(… in copyImage()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 465 context->copyImageSubData( in ReplayCall()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 4288 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 730 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel…
|