/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UniformBufferTest.cpp | 372 const GLchar *uniformNames[1]; in TEST_P() local 373 uniformNames[0] = "blockName1.f1"; in TEST_P() 374 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 382 uniformNames[0] = "blockName2.f2"; in TEST_P() 383 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 448 const GLchar *uniformNames[1]; in TEST_P() local 452 uniformNames[0] = "s0.a"; in TEST_P() 453 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 460 uniformNames[0] = "s0.b[0]"; in TEST_P() 461 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_1_autogen.cpp | 256 const GLchar *const *uniformNames, in GetUniformIndices() argument 262 program, uniformCount, (uintptr_t)uniformNames, (uintptr_t)uniformIndices); in GetUniformIndices() 270 uniformNames, uniformIndices)); in GetUniformIndices() 273 context->getUniformIndices(program, uniformCount, uniformNames, uniformIndices); in GetUniformIndices() 275 ANGLE_CAPTURE(GetUniformIndices, isCallValid, context, program, uniformCount, uniformNames, in GetUniformIndices()
|
D | entry_points_gl_3_1_autogen.h | 56 const GLchar *const *uniformNames,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UniformBufferTest.cpp | 361 const GLchar *uniformNames[1]; in TEST_P() local 362 uniformNames[0] = "blockName1.f1"; in TEST_P() 363 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 371 uniformNames[0] = "blockName2.f2"; in TEST_P() 372 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 437 const GLchar *uniformNames[1]; in TEST_P() local 441 uniformNames[0] = "s0.a"; in TEST_P() 442 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 449 uniformNames[0] = "s0.b[0]"; in TEST_P() 450 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fIndexedStateQueryTests.cpp | 388 const char* uniformNames[] = in testUniformBuffers() local 394 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers() 431 const char* uniformNames[] = in testUniformBuffers() local 437 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers()
|
D | es3fShaderStateQueryTests.cpp | 1532 const char* uniformNames[] = in test() local 1538 StateQueryMemoryWriteGuard<GLuint[DE_LENGTH_OF_ARRAY(uniformNames)]> uniformIndices; in test() 1539 glGetUniformIndices(program, DE_LENGTH_OF_ARRAY(uniformNames), uniformNames, uniformIndices); in test() 1543 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(uniformNames); ++ndx) in test() 1552 const GLint referenceLength = (GLint)std::string(uniformNames[ndx]).length() + 1; in test() 1562 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(uniformNames); ++ndx) in test() 1573 const GLint referenceLength = (GLint)std::string(uniformNames[ndx]).length(); in test() 1713 const char* uniformNames[] = {"uniformValue"}; in test() local 1715 glGetUniformIndices(program, 1, uniformNames, &uniformIndex); in test() 1787 const char* uniformNames[] = in test() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_3_0_params.cpp | 575 const GLchar *const *uniformNames, in CaptureGetUniformIndices_uniformNames() argument 581 CaptureString(uniformNames[index], paramCapture); in CaptureGetUniformIndices_uniformNames() 589 const GLchar *const *uniformNames, in CaptureGetUniformIndices_uniformIndices() argument
|
D | capture_gles_3_0_autogen.h | 323 const GLchar *const *uniformNames, 896 const GLchar *const *uniformNames, 903 const GLchar *const *uniformNames,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | capture_gles_3_0_params.cpp | 483 const GLchar *const *uniformNames, in CaptureGetUniformIndices_uniformNames() argument 494 const GLchar *const *uniformNames, in CaptureGetUniformIndices_uniformIndices() argument
|
D | capture_gles_3_0_autogen.h | 324 const GLchar *const *uniformNames, 897 const GLchar *const *uniformNames, 904 const GLchar *const *uniformNames,
|
D | Context_gles_3_0_autogen.h | 89 const GLchar *const *uniformNames, GLuint *uniformIndices); \
|
D | validationES3_autogen.h | 198 const GLchar *const *uniformNames,
|
D | capture_gles_3_0_autogen.cpp | 1107 const GLchar *const *uniformNames, in CaptureGetUniformIndices() argument 1116 InitParamValue(ParamType::TGLcharConstPointerPointer, uniformNames, &uniformNamesParam.value); in CaptureGetUniformIndices() 1117 CaptureGetUniformIndices_uniformNames(context, isCallValid, program, uniformCount, uniformNames, in CaptureGetUniformIndices() 1124 uniformNames, uniformIndices, &uniformIndicesParam); in CaptureGetUniformIndices()
|
/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 115 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
|
D | lib.dom.iterable.d.ts | 300 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
|
/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 95 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
|
D | dom.iterable.generated.d.ts | 280 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1240 const char* uniformNames[] = in test() local 1248 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(uniformNames); ++ndx) in test() 1266 for (int uniformNdx = 0; uniformNdx < DE_LENGTH_OF_ARRAY(uniformNames); ++uniformNdx) in test() 1268 if (uniformName == uniformNames[uniformNdx]) in test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 91 const GLchar *const *uniformNames, GLuint *uniformIndices); \
|
D | validationES3_autogen.h | 317 const GLchar *const *uniformNames,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 1279 const GLchar *const *uniformNames, in GetUniformIndices() argument 1285 program, uniformCount, (uintptr_t)uniformNames, (uintptr_t)uniformIndices); in GetUniformIndices() 1293 uniformNames, uniformIndices)); in GetUniformIndices() 1296 context->getUniformIndices(program, uniformCount, uniformNames, uniformIndices); in GetUniformIndices() 1298 ANGLE_CAPTURE(GetUniformIndices, isCallValid, context, program, uniformCount, uniformNames, in GetUniformIndices()
|
D | entry_points_gles_3_0_autogen.h | 160 const GLchar *const *uniformNames,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.h | 170 const GLchar *const *uniformNames,
|
D | entry_points_gles_3_0_autogen.cpp | 1611 const GLchar *const *uniformNames, in GL_GetUniformIndices() argument 1618 CID(context), program, uniformCount, (uintptr_t)uniformNames, (uintptr_t)uniformIndices); in GL_GetUniformIndices() 1627 programPacked, uniformCount, uniformNames, uniformIndices)); in GL_GetUniformIndices() 1630 context->getUniformIndices(programPacked, uniformCount, uniformNames, uniformIndices); in GL_GetUniformIndices() 1633 uniformNames, uniformIndices); in GL_GetUniformIndices()
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES3/ |
D | gl3ext_explicit_context_autogen.inc | 65 …ontext ctx, GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *unifor… 170 …ontext ctx, GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *unifor…
|