Home
last modified time | relevance | path

Searched refs:srcTarget (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp53 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/
Dcopyimage.c454 _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()
Dcopyimage.h39 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2106 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/
Dglxext.h456 …SUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
458 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLin…
Dwglext.h642 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
644 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
Dglcorearb.h2496 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLeve…
2540 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src…
Dglext.h2444 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/
Dwglext.h649 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
651 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
Dglxext.h515 …SUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
517 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLin…
Dglcorearb.h2521 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLeve…
2565 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src…
Dglext.h2469 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/
Dgl2ext.h280 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/
Dgl2ext.h284 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/
Dgl32.h1724 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/
DtcuNullRenderContextFuncs.inl724 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel,… argument
727 DE_UNREF(srcTarget);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl583 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…
DgluCallLogWrapperApi.inl87 void glCopyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl655 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,…
DglwApi.inl747 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
DglwFunctionTypes.inl87 … (GLW_APIENTRY* glCopyImageSubDataFunc) (GLuint srcName, GLenum srcTarget, GLint srcLevel,…