Home
last modified time | relevance | path

Searched refs:srcTarget (Results 1 – 12 of 12) 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/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1874 const deUint32 srcTarget = srcInfo.getTarget(); in generateCopies() local
1880 const bool srcIsCube = srcTarget == GL_TEXTURE_CUBE_MAP; in generateCopies()
2104 const deUint32 srcTarget = targets[srcTargetNdx]; in addCopyTests() local
2105 const bool srcIs3D = srcTarget == GL_TEXTURE_2D_ARRAY || srcTarget == GL_TEXTURE_3D; in addCopyTests()
2107 if (glu::isCompressedFormat(srcFormat) && srcTarget == GL_RENDERBUFFER) in addCopyTests()
2110 if (srcTarget == GL_RENDERBUFFER && !isColorRenderable(srcFormat)) in addCopyTests()
2130 const string targetTestName = string(targetToName(srcTarget)) + "_to_" + targetToName(dstTarget); in addCopyTests()
2135 …const IVec3 srcSize = getTestedSize(srcTarget, srcFormat, (srcIs3D ? targetSize3D : targetSize2… in addCopyTests()
2139 ImageInfo(srcFormat, srcTarget, srcSize), in addCopyTests()
/external/mesa3d/include/GL/
Dglxext.h979 …ImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
981 …SUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
Dwglext.h887 extern BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint src…
889 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
Dglext.h8620 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src…
8622 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLeve…
12164 GLAPI void APIENTRY glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint s…
12166 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum srcTarget, GLint srcLe…
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3713 GrGLenum srcTarget = srcTex->target(); in copySurfaceAsDraw() local
3714 if (GR_GL_TEXTURE_RECTANGLE != srcTarget) { in copySurfaceAsDraw()
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl723 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel,… argument
726 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,…