Home
last modified time | relevance | path

Searched refs:srcName (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/mesa3d/src/mesa/main/
Dcopyimage.h39 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel,
46 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
53 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel,
60 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel,
Dcopyimage.c580 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData_no_error() argument
591 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error()
603 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData() argument
623 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubData()
635 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
739 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubDataNV_no_error() argument
750 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubDataNV_no_error()
762 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubDataNV() argument
781 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubDataNV()
793 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubDataNV()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1270 const std::string& srcName, in writeMatrixTypeSrc() argument
1279 src << "\t" << srcName << "[" << colNdx << "] = "; in writeMatrixTypeSrc()
1319 src << "\t" << srcName << "[" << colNdx << "][" << rowNdx << "] = "; in writeMatrixTypeSrc()
1343 const std::string& srcName, in generateTestSrcMatrixPerVec() argument
1349 …case glu::TYPE_FLOAT_MAT2: writeMatrixTypeSrc(2, 2, "vec2", src, srcName, basePtr, entry, true); … in generateTestSrcMatrixPerVec()
1350 …case glu::TYPE_FLOAT_MAT2X3: writeMatrixTypeSrc(2, 3, "vec3", src, srcName, basePtr, entry, true);… in generateTestSrcMatrixPerVec()
1351 …case glu::TYPE_FLOAT_MAT2X4: writeMatrixTypeSrc(2, 4, "vec4", src, srcName, basePtr, entry, true);… in generateTestSrcMatrixPerVec()
1352 …case glu::TYPE_FLOAT_MAT3X4: writeMatrixTypeSrc(3, 4, "vec4", src, srcName, basePtr, entry, true);… in generateTestSrcMatrixPerVec()
1353 …case glu::TYPE_FLOAT_MAT4: writeMatrixTypeSrc(4, 4, "vec4", src, srcName, basePtr, entry, true); … in generateTestSrcMatrixPerVec()
1354 …case glu::TYPE_FLOAT_MAT4X2: writeMatrixTypeSrc(4, 2, "vec2", src, srcName, basePtr, entry, true);… in generateTestSrcMatrixPerVec()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1271 const std::string& srcName, in writeMatrixTypeSrc() argument
1280 src << "\tresult *= " << compare + compareType << "(" << srcName << "[" << colNdex << "], "; in writeMatrixTypeSrc()
1314 …src << "\tresult *= " << compare + compareType << "(" << srcName << "[" << colNdex << "][" << rowN… in writeMatrixTypeSrc()
1336 const std::string& srcName, in generateTestSrcMatrixPerVec() argument
1345 writeMatrixTypeSrc(2, 2, compare, "vec2", src, srcName, basePtr, entry, vector); in generateTestSrcMatrixPerVec()
1349 writeMatrixTypeSrc(2, 3, compare, "vec3", src, srcName, basePtr, entry, vector); in generateTestSrcMatrixPerVec()
1353 writeMatrixTypeSrc(2, 4, compare, "vec4", src, srcName, basePtr, entry, vector); in generateTestSrcMatrixPerVec()
1357 writeMatrixTypeSrc(3, 4, compare, "vec4", src, srcName, basePtr, entry, vector); in generateTestSrcMatrixPerVec()
1361 writeMatrixTypeSrc(4, 4, compare, "vec4", src, srcName, basePtr, entry, vector); in generateTestSrcMatrixPerVec()
1365 writeMatrixTypeSrc(4, 2, compare, "vec2", src, srcName, basePtr, entry, vector); in generateTestSrcMatrixPerVec()
[all …]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckAPI.java78 String srcName = "Current"; // default source name field in CheckAPI
574 this.srcName = options[i][1]; in CheckAPI()
635 bw.write(srcName + SEP); // source name in run()
670 String title = "ICU4J API Comparison: " + srcName + " with " + compareName; in run()
709 bw.write("Changed in " + srcName); in run()
723 bw.write("Added in " + srcName); in run()
741 bw.write("Comparing " + srcName + " with " + compareName); in run()
756 bw.write("=== Changed in " + srcName + " ==="); in run()
766 bw.write("=== Added in " + srcName + " ==="); in run()
DGatherAPIDataOld.java74 String srcName = "Current"; // default source name field in GatherAPIDataOld
115 this.srcName = options[i][1]; in GatherAPIDataOld()
176 bw.write(srcName + APIInfo.SEP); // source name in run()
DGatherAPIData.java75 String srcName = "Current"; // default source name field in GatherAPIData
124 this.srcName = options[i][1]; in GatherAPIData()
185 bw.write(srcName + APIInfo.SEP); // source name in run()
DICUJDKCompare.java236 String srcName = srcPrefix; in processPairInfo() local
241 srcName += name; in processPairInfo()
252 srcName += srcSuffix; in processPairInfo()
257 Class jc = Class.forName(srcName); in processPairInfo()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_common.c421 const char *srcName = GST_OBJECT_NAME (msg->src); in testSeekOnStateChanged() local
429 if (strstr (srcName, "srcbin") == srcName && in testSeekOnStateChanged()
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_3_autogen.h18 void copyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, \
DvalidationGL43.cpp37 GLuint srcName, in ValidateCopyImageSubData() argument
DvalidationGL43_autogen.h35 GLuint srcName,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES32.cpp138 GLuint srcName, 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, \
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_3_autogen.cpp116 void GL_APIENTRY CopyImageSubData(GLuint srcName, 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()
/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>.
284 * if either <srcName> or <dstName> does not correspond to a valid
/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>.
509 * if either <srcName> or <dstName> does not correspond to a valid
/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>.
294 * if either <srcName> or <dstName> does not correspond to a valid
/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>.
509 * if either <srcName> or <dstName> does not correspond to a valid
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp178 void GL_APIENTRY GL_CopyImageSubData(GLuint srcName, in GL_CopyImageSubData() argument
199 CID(context), srcName, GLenumToString(GLenumGroup::CopyBufferSubDataTarget, srcTarget), in GL_CopyImageSubData()
209 ValidateCopyImageSubData(context, angle::EntryPoint::GLCopyImageSubData, srcName, 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()
/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>.
520 * if either <srcName> or <dstName> does not correspond to a valid
/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>.
530 * if either <srcName> or <dstName> does not correspond to a valid
/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,

12345