Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/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 …]
/third_party/mesa3d/src/mesa/main/
Dcopyimage.c582 _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/
DRangeTreeFactorizer.java144 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/
DNV_copy_image.txt58 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/
DNV_copy_image.txt58 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/angle2/src/libANGLE/
DvalidationES32.cpp139 GLenum srcTarget, in ValidateCopyImageSubData() argument
160 return ValidateCopyImageSubDataBase(context, entryPoint, srcName, srcTarget, srcLevel, srcX, in ValidateCopyImageSubData()
DContext_gles_3_2_autogen.h21 void copyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, \
DvalidationES32_autogen.h53 GLenum srcTarget,
DvalidationESEXT.cpp869 GLenum srcTarget, in ValidateCopyImageSubDataEXT() argument
890 return ValidateCopyImageSubDataBase(context, entryPoint, srcName, srcTarget, srcLevel, srcX, in ValidateCopyImageSubDataEXT()
898 GLenum srcTarget, in ValidateCopyImageSubDataOES() argument
919 return ValidateCopyImageSubDataBase(context, entryPoint, srcName, srcTarget, srcLevel, srcX, in ValidateCopyImageSubDataOES()
/third_party/openGLES/extensions/EXT/
DEXT_copy_image.txt88 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/
DARB_copy_image.txt96 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/EXT/
DEXT_copy_image.txt88 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/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_copy_image.txt86 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/
Dentry_points_gles_3_2_autogen.cpp179 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()
Dentry_points_gles_3_2_autogen.h29 GLenum srcTarget,
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.cpp2114 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/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_copy_image.txt90 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/OES/
DOES_copy_image.txt100 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/openGLES/extensions/NVX/
DNVX_gpu_multicast2.txt58 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,
DNVX_linked_gpu_multicast.txt89 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/
DNVX_linked_gpu_multicast.txt89 uint srcName, enum srcTarget,
187 uint srcName, enum srcTarget,
199 * if either <srcTarget> or <dstTarget>
/third_party/mesa3d/include/GL/
Dglxext.h539 …SUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
541 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLin…
Dwglext.h664 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
666 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dwglext.h659 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
661 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
/third_party/openGLES/api/GL/
Dwglext.h645 …I * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel,…
647 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …

1234