Home
last modified time | relevance | path

Searched refs:dstTarget (Results 1 – 25 of 52) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp56 deUint32 dstTarget, in BasicBufferCopyCase() argument
67 , m_dstTarget (dstTarget) in BasicBufferCopyCase()
154 deUint32 dstTarget, in SingleBufferCopyCase() argument
159 , m_dstTarget (dstTarget) in SingleBufferCopyCase()
266 deUint32 dstTarget = bufferTargets[dstTargetNdx]; in init() local
270 string name = string(getBufferTargetName(srcTarget)) + "_" + getBufferTargetName(dstTarget); in init()
272 …BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, dstTarget, size, hint, 0, … in init()
305 deUint32 dstTarget = GL_COPY_WRITE_BUFFER; in init() local
311 dstTarget, cases[ndx].dstSize, hint, in init()
330 deUint32 dstTarget = bufferTargets[dstTargetNdx]; in init() local
[all …]
/external/mesa3d/src/mesa/main/
Dcopyimage.c582 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData_no_error() argument
594 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
605 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData() argument
625 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubData()
641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
709 if (!check_region_bounds(ctx, dstTarget, dstTexImage, dstRenderbuffer, in _mesa_CopyImageSubData()
741 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV_no_error() argument
753 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubDataNV_no_error()
764 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV() argument
783 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubDataNV()
[all …]
/external/angle/src/libANGLE/
DvalidationES32.cpp134 GLenum dstTarget, in ValidateCopyImageSubData() argument
150 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in ValidateCopyImageSubData()
DContext_gles_3_2_autogen.h22 GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, \
DvalidationES32_autogen.h47 GLenum dstTarget,
DvalidationESEXT.cpp706 GLenum dstTarget, in ValidateCopyImageSubDataEXT() argument
722 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in ValidateCopyImageSubDataEXT()
734 GLenum dstTarget, in ValidateCopyImageSubDataOES() argument
750 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in ValidateCopyImageSubDataOES()
DContext.cpp4455 GLenum dstTarget, in copyImageSubData() argument
4474 if (dstTarget == GL_RENDERBUFFER) in copyImageSubData()
4487 ASSERT(dstTarget == GL_TEXTURE_2D || dstTarget == GL_TEXTURE_2D_ARRAY || in copyImageSubData()
4488 dstTarget == GL_TEXTURE_3D || dstTarget == GL_TEXTURE_CUBE_MAP); in copyImageSubData()
4508 if (dstTarget == GL_RENDERBUFFER) in copyImageSubData()
4521 ASSERT(dstTarget == GL_TEXTURE_2D || dstTarget == GL_TEXTURE_2D_ARRAY || in copyImageSubData()
4522 dstTarget == GL_TEXTURE_3D || dstTarget == GL_TEXTURE_CUBE_MAP); in copyImageSubData()
DvalidationES.cpp3326 GLenum dstTarget, in ValidateCopyImageSubDataBase() argument
3347 if (!ValidateCopyImageSubDataTarget(context, dstName, dstTarget)) in ValidateCopyImageSubDataBase()
3356 if (!ValidateCopyImageSubDataLevel(context, dstTarget, dstLevel)) in ValidateCopyImageSubDataBase()
3364 GetTargetFormatInfo(context, dstName, dstTarget, dstLevel); in ValidateCopyImageSubDataBase()
3402 if (!ValidateCopyImageSubDataTargetRegion(context, dstName, dstTarget, dstLevel, dstX, dstY, in ValidateCopyImageSubDataBase()
3410 gl::TextureTarget dstTargetPacked = gl::PackParam<gl::TextureTarget>(dstTarget); in ValidateCopyImageSubDataBase()
DvalidationES.h334 GLenum dstTarget,
DvalidationESEXT_autogen.h793 GLenum dstTarget,
1534 GLenum dstTarget,
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp178 GLenum dstTarget, in GL_CopyImageSubData() argument
194 GLenumToString(GLenumGroup::CopyBufferSubDataTarget, dstTarget), dstLevel, dstX, dstY, in GL_CopyImageSubData()
202 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, in GL_CopyImageSubData()
207 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in GL_CopyImageSubData()
211 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubData()
Dentry_points_gles_3_2_autogen.h35 GLenum dstTarget,
DlibGLESv2_autogen.cpp2029 GLenum dstTarget, in glCopyImageSubData() argument
2038 return GL_CopyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, in glCopyImageSubData()
3825 GLenum dstTarget, in glCopyImageSubDataEXT() argument
3835 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in glCopyImageSubDataEXT()
4915 GLenum dstTarget, in glCopyImageSubDataOES() argument
4925 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in glCopyImageSubDataOES()
Dentry_points_gles_ext_autogen.h690 GLenum dstTarget,
1260 GLenum dstTarget,
Dentry_points_gles_ext_autogen.cpp3824 GLenum dstTarget, in GL_CopyImageSubDataEXT() argument
3840 GLenumToString(GLenumGroup::CopyBufferSubDataTarget, dstTarget), dstLevel, dstX, dstY, in GL_CopyImageSubDataEXT()
3849 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubDataEXT()
3854 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in GL_CopyImageSubDataEXT()
3858 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubDataEXT()
8260 GLenum dstTarget, in GL_CopyImageSubDataOES() argument
8276 GLenumToString(GLenumGroup::CopyBufferSubDataTarget, dstTarget), dstLevel, dstX, dstY, in GL_CopyImageSubDataOES()
8285 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubDataOES()
8290 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in GL_CopyImageSubDataOES()
8294 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubDataOES()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2108 const deUint32 dstTarget = dstInfo.getTarget(); in generateCopies() local
2114 const bool dstIsCube = dstTarget == GL_TEXTURE_CUBE_MAP; in generateCopies()
2385 const deUint32 dstTarget = targets[dstTargetNdx]; in addCopyTests() local
2386 const bool dstIs3D = dstTarget == GL_TEXTURE_2D_ARRAY || dstTarget == GL_TEXTURE_3D; in addCopyTests()
2388 if (glu::isCompressedFormat(dstFormat) && dstTarget == GL_RENDERBUFFER) in addCopyTests()
2391 if (dstTarget == GL_RENDERBUFFER && !isColorRenderable(dstFormat)) in addCopyTests()
2397 const string targetTestName = string(targetToName(srcTarget)) + "_to_" + targetToName(dstTarget); in addCopyTests()
2403 const IVec3 dstSize = getTestedSize(dstTarget, dstFormat, targetSize); in addCopyTests()
2407 ImageInfo(dstFormat, dstTarget, dstSize), in addCopyTests()
/external/swiftshader/include/GL/
Dglxext.h532 …srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
534 …srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
Dwglext.h659 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
661 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
/external/mesa3d/include/GL/
Dglxext.h539 …srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
541 …srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
Dwglext.h664 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
666 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
/external/angle/src/third_party/khronos/GL/
Dwglext.h649 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
651 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3977 GLenum dstTarget = call.params.getParam("dstTarget", ParamType::TGLenum, 7).value.GLenumVal; in copyCompressedTextureData() local
3984 ASSERT(dstTarget == GL_TEXTURE_2D || dstTarget == GL_TEXTURE_2D_ARRAY || in copyCompressedTextureData()
3985 dstTarget == GL_TEXTURE_3D || dstTarget == GL_TEXTURE_CUBE_MAP); in copyCompressedTextureData()
3995 gl::TextureTarget dstTargetPacked = gl::PackParam<gl::TextureTarget>(dstTarget); in copyCompressedTextureData()
4262 GLenum dstTarget = call.params.getParam("dstTarget", ParamType::TGLenum, 7).value.GLenumVal; in updateCopyImageSubData() local
4263 switch (dstTarget) in updateCopyImageSubData()
4284 ERR() << "Unhandled dstTarget = " << dstTarget; in updateCopyImageSubData()
Dcapture_gles_3_2_autogen.h60 GLenum dstTarget,
Dcapture_gles_3_2_autogen.cpp119 GLenum dstTarget, in CaptureCopyImageSubData() argument
139 dstTarget); in CaptureCopyImageSubData()
/external/angle/include/WGL/
Dwgl.h755 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…
757 …Lint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel,…

123