/external/deqp/modules/gles3/functional/ |
D | es3fBufferCopyTests.cpp | 53 deUint32 srcTarget, in BasicBufferCopyCase() argument 64 , m_srcTarget (srcTarget) in BasicBufferCopyCase() 153 deUint32 srcTarget, in SingleBufferCopyCase() argument 158 , m_srcTarget (srcTarget) in SingleBufferCopyCase() 265 deUint32 srcTarget = bufferTargets[srcTargetNdx]; in init() local 270 string name = string(getBufferTargetName(srcTarget)) + "_" + getBufferTargetName(dstTarget); in init() 272 …basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, d… in init() 304 deUint32 srcTarget = GL_COPY_READ_BUFFER; in init() local 310 srcTarget, cases[ndx].srcSize, hint, in init() 329 deUint32 srcTarget = bufferTargets[srcTargetNdx]; in init() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 454 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData() argument 475 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubData() 487 if (!prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData() 554 if (!check_region_bounds(ctx, srcTarget, srcTexImage, srcRenderbuffer, in _mesa_CopyImageSubData()
|
D | copyimage.h | 39 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2106 const deUint32 srcTarget = srcInfo.getTarget(); in generateCopies() local 2112 const bool srcIsCube = srcTarget == GL_TEXTURE_CUBE_MAP; in generateCopies() 2370 const deUint32 srcTarget = targets[srcTargetNdx]; in addCopyTests() local 2371 const bool srcIs3D = srcTarget == GL_TEXTURE_2D_ARRAY || srcTarget == GL_TEXTURE_3D; in addCopyTests() 2373 if (glu::isCompressedFormat(srcFormat) && srcTarget == GL_RENDERBUFFER) in addCopyTests() 2376 if (srcTarget == GL_RENDERBUFFER && !isColorRenderable(srcFormat)) in addCopyTests() 2396 const string targetTestName = string(targetToName(srcTarget)) + "_to_" + targetToName(dstTarget); in addCopyTests() 2401 const IVec3 srcSize = getTestedSize(srcTarget, srcFormat, targetSize); in addCopyTests() 2405 ImageInfo(srcFormat, srcTarget, srcSize), in addCopyTests()
|
/external/swiftshader/include/GL/ |
D | glxext.h | 456 …SUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel,… 458 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLin…
|
D | wglext.h | 642 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,… 644 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
|
D | glcorearb.h | 2496 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLeve… 2540 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src…
|
D | glext.h | 2444 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLeve… 2488 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src… 8416 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum srcTarget, GLint srcLe… 8418 GLAPI void APIENTRY glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint s…
|
/external/mesa3d/include/GL/ |
D | wglext.h | 649 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,… 651 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
|
D | glxext.h | 515 …SUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel,… 517 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLin…
|
D | glcorearb.h | 2521 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLeve… 2565 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src…
|
D | glext.h | 2469 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLeve… 2513 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src… 9292 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum srcTarget, GLint srcLe… 9294 GLAPI void APIENTRY glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint s…
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 280 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint s… 282 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel… 1105 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint s… 1107 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 284 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint s… 286 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel… 1152 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint s… 1154 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/external/mesa3d/include/GLES3/ |
D | gl32.h | 1724 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcL… 1768 GL_APICALL void GL_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, G…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 724 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel,… argument 727 DE_UNREF(srcTarget);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 583 void CallLogWrapper::glCopyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint src… argument 586 …m_log << TestLog::Message << "glCopyImageSubData(" << srcName << ", " << toHex(srcTarget) << ", " … 587 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel…
|
D | gluCallLogWrapperApi.inl | 87 void glCopyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 655 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,… argument 660 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,…
|
D | glwApi.inl | 747 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
|
D | glwFunctionTypes.inl | 87 … (GLW_APIENTRY* glCopyImageSubDataFunc) (GLuint srcName, GLenum srcTarget, GLint srcLevel,…
|