Home
last modified time | relevance | path

Searched refs:GetShaderBinary (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderBinaryTest.cpp58 sh::GetShaderBinary(vertexCompiler, &source, 1, mCompileOptions, &mVertexShaderBinary); in testSetUp()
70 compileResult = sh::GetShaderBinary(fragmentCompiler, &source, 1, mCompileOptions, in testSetUp()
291 sh::GetShaderBinary(fragmentCompiler, &source, 1, mCompileOptions, &fragShaderBlueData); in TEST_P()
340 sh::GetShaderBinary(vertexCompiler, &source, 1, mCompileOptions, &mVertexShaderBinary); in testSetUp()
352 compileResult = sh::GetShaderBinary(fragmentCompiler, &source, 1, mCompileOptions, in testSetUp()
433 sh::GetShaderBinary(geometryCompiler, &kGS, 1, mCompileOptions, &geometryShaderBinary); in TEST_P()
444 compileResult = sh::GetShaderBinary(tessControlCompiler, &kTCS, 1, mCompileOptions, in TEST_P()
456 compileResult = sh::GetShaderBinary(tessEvaluationCompiler, &kTES, 1, mCompileOptions, in TEST_P()
570 bool compileResult = sh::GetShaderBinary(vertexCompiler, &kVertexShader, 1, mCompileOptions, in TEST_P()
583 compileResult = sh::GetShaderBinary(fragmentCompiler, &kFragmentShader, 1, mCompileOptions, in TEST_P()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h850 bool GetShaderBinary(const ShHandle handle,
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp474 bool GetShaderBinary(const ShHandle handle, in GetShaderBinary() function