Home
last modified time | relevance | path

Searched refs:uniformNames (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformBufferTest.cpp372 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/
Dentry_points_gl_3_1_autogen.cpp256 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()
Dentry_points_gl_3_1_autogen.h56 const GLchar *const *uniformNames,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformBufferTest.cpp361 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/
Des3fIndexedStateQueryTests.cpp388 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()
Des3fShaderStateQueryTests.cpp1532 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/
Dcapture_gles_3_0_params.cpp575 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
Dcapture_gles_3_0_autogen.h323 const GLchar *const *uniformNames,
896 const GLchar *const *uniformNames,
903 const GLchar *const *uniformNames,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dcapture_gles_3_0_params.cpp483 const GLchar *const *uniformNames, in CaptureGetUniformIndices_uniformNames() argument
494 const GLchar *const *uniformNames, in CaptureGetUniformIndices_uniformIndices() argument
Dcapture_gles_3_0_autogen.h324 const GLchar *const *uniformNames,
897 const GLchar *const *uniformNames,
904 const GLchar *const *uniformNames,
DContext_gles_3_0_autogen.h89 const GLchar *const *uniformNames, GLuint *uniformIndices); \
DvalidationES3_autogen.h198 const GLchar *const *uniformNames,
Dcapture_gles_3_0_autogen.cpp1107 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/
Dlib.webworker.iterable.d.ts115 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
Dlib.dom.iterable.d.ts300 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts95 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
Ddom.iterable.generated.d.ts280 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1240 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/
DContext_gles_3_0_autogen.h91 const GLchar *const *uniformNames, GLuint *uniformIndices); \
DvalidationES3_autogen.h317 const GLchar *const *uniformNames,
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1279 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()
Dentry_points_gles_3_0_autogen.h160 const GLchar *const *uniformNames,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.h170 const GLchar *const *uniformNames,
Dentry_points_gles_3_0_autogen.cpp1611 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/
Dgl3ext_explicit_context_autogen.inc65 …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…

1234