| /third_party/vk-gl-cts/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 …]
|
| /third_party/mesa3d/src/mesa/main/ |
| D | copyimage.c | 582 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData_no_error() argument 593 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error() 605 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData() argument 625 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubData() 637 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData() 706 if (!check_region_bounds(ctx, srcTarget, srcTexImage, srcRenderbuffer, in _mesa_CopyImageSubData() 741 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubDataNV_no_error() argument 752 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubDataNV_no_error() 764 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubDataNV() argument 783 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubDataNV() [all …]
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| D | RangeTreeFactorizer.java | 144 public void visit(DfaNode source, DfaEdge srcEdge, DfaNode srcTarget) { in visit() argument 153 recursivelyMerge(srcTarget, dstTarget, path.extendByMask(dstMask)); in visit() 167 new MergingVisitor(path).recurse(srcTarget, extraMask); in visit()
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_copy_image.txt | 58 uint srcName, enum srcTarget, int srcLevel, 76 uint srcName, enum srcTarget, int srcLevel, 86 The source object is identified by <srcName> and <srcTarget>. 143 HGLRC hSrcRC, uint srcName, enum srcTarget, int srcLevel, 176 GLXContext srcCtx, uint srcName, enum srcTarget, int srcLevel,
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_copy_image.txt | 58 uint srcName, enum srcTarget, int srcLevel, 76 uint srcName, enum srcTarget, int srcLevel, 86 The source object is identified by <srcName> and <srcTarget>. 143 HGLRC hSrcRC, uint srcName, enum srcTarget, int srcLevel, 176 GLXContext srcCtx, uint srcName, enum srcTarget, int srcLevel,
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gl_4_3_autogen.h | 18 void copyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, \
|
| D | validationGL43.cpp | 38 GLenum srcTarget, in ValidateCopyImageSubData() argument
|
| D | validationGL43_autogen.h | 36 GLenum srcTarget,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES32.cpp | 139 GLenum srcTarget, in ValidateCopyImageSubData() argument 160 return ValidateCopyImageSubDataBase(context, entryPoint, srcName, srcTarget, srcLevel, srcX, in ValidateCopyImageSubData()
|
| D | Context_gles_3_2_autogen.h | 21 void copyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, \
|
| D | validationES32_autogen.h | 53 GLenum srcTarget,
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_3_autogen.cpp | 117 GLenum srcTarget, in CopyImageSubData() argument 137 srcName, GLenumToString(GLenumGroup::CopyBufferSubDataTarget, srcTarget), srcLevel, srcX, in CopyImageSubData() 146 ValidateCopyImageSubData(context, srcName, srcTarget, srcLevel, srcX, in CopyImageSubData() 151 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in CopyImageSubData() 155 ANGLE_CAPTURE(CopyImageSubData, isCallValid, context, srcName, srcTarget, srcLevel, srcX, in CopyImageSubData()
|
| D | entry_points_gl_4_3_autogen.h | 33 GLenum srcTarget,
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_copy_image.txt | 88 uint srcName, enum srcTarget, int srcLevel, 106 uint srcName, enum srcTarget, int srcLevel, 140 The source object is identified by <srcName> and <srcTarget>. 494 * if either <srcTarget> or <dstTarget>
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_copy_image.txt | 88 uint srcName, enum srcTarget, int srcLevel, 106 uint srcName, enum srcTarget, int srcLevel, 140 The source object is identified by <srcName> and <srcTarget>. 494 * if either <srcTarget> or <dstTarget>
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_copy_image.txt | 96 uint srcName, enum srcTarget, int srcLevel, 114 uint srcName, enum srcTarget, int srcLevel, 148 The source object is identified by <srcName> and <srcTarget>. 279 * if either <srcTarget> or <dstTarget>
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_copy_image.txt | 86 uint srcName, enum srcTarget, int srcLevel, 104 uint srcName, enum srcTarget, int srcLevel, 138 The source object is identified by <srcName> and <srcTarget>. 269 * if either <srcTarget> or <dstTarget>
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_2_autogen.cpp | 179 GLenum srcTarget, in GL_CopyImageSubData() argument 199 CID(context), srcName, GLenumToString(GLenumGroup::CopyBufferSubDataTarget, srcTarget), in GL_CopyImageSubData() 210 srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, in GL_CopyImageSubData() 214 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData() 218 ANGLE_CAPTURE(CopyImageSubData, isCallValid, context, srcName, srcTarget, srcLevel, srcX, in GL_CopyImageSubData()
|
| D | entry_points_gles_3_2_autogen.h | 29 GLenum srcTarget,
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fCopyImageTests.cpp | 2114 const deUint32 srcTarget = srcInfo.getTarget(); in generateCopies() local 2120 const bool srcIsCube = srcTarget == GL_TEXTURE_CUBE_MAP; in generateCopies() 2380 const deUint32 srcTarget = targets[srcTargetNdx]; in addCopyTests() local 2381 const bool srcIs3D = srcTarget == GL_TEXTURE_2D_ARRAY || srcTarget == GL_TEXTURE_3D; in addCopyTests() 2383 if (glu::isCompressedFormat(srcFormat) && srcTarget == GL_RENDERBUFFER) in addCopyTests() 2386 if (srcTarget == GL_RENDERBUFFER && !isColorRenderable(srcFormat)) in addCopyTests() 2406 const string targetTestName = string(targetToName(srcTarget)) + "_to_" + targetToName(dstTarget); in addCopyTests() 2411 const IVec3 srcSize = getTestedSize(srcTarget, srcFormat, targetSize); in addCopyTests() 2415 ImageInfo(srcFormat, srcTarget, srcSize), in addCopyTests()
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_copy_image.txt | 100 uint srcName, enum srcTarget, int srcLevel, 118 uint srcName, enum srcTarget, int srcLevel, 152 The source object is identified by <srcName> and <srcTarget>. 515 * if either <srcTarget> or <dstTarget>
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_copy_image.txt | 90 uint srcName, enum srcTarget, int srcLevel, 108 uint srcName, enum srcTarget, int srcLevel, 142 The source object is identified by <srcName> and <srcTarget>. 505 * if either <srcTarget> or <dstTarget>
|
| /third_party/openGLES/extensions/NVX/ |
| D | NVX_gpu_multicast2.txt | 58 uint srcName, GLenum srcTarget, int srcLevel, int srcX, int srcY, int srcZ, 149 uint srcName, GLenum srcTarget, int srcLevel, int srcX, int srcY, int srcZ,
|
| D | NVX_linked_gpu_multicast.txt | 89 uint srcName, enum srcTarget, 187 uint srcName, enum srcTarget, 199 * if either <srcTarget> or <dstTarget>
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
| D | NVX_linked_gpu_multicast.txt | 89 uint srcName, enum srcTarget, 187 uint srcName, enum srcTarget, 199 * if either <srcTarget> or <dstTarget>
|