Home
last modified time | relevance | path

Searched defs:shaderVariable (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/common/
DCompiledShaderState.cpp76 for (const sh::ShaderVariable &shaderVariable : var.fields) in WriteShaderVar() local
156 for (const sh::ShaderVariable &shaderVariable : block.fields) in WriteShInterfaceBlock() local
306 for (const sh::ShaderVariable &shaderVariable : uniforms) in serialize() local
330 for (const sh::ShaderVariable &shaderVariable : allAttributes) in serialize() local
335 for (const sh::ShaderVariable &shaderVariable : activeAttributes) in serialize() local
348 for (const sh::ShaderVariable &shaderVariable : outputVaryings) in serialize() local
353 for (const sh::ShaderVariable &shaderVariable : allAttributes) in serialize() local
358 for (const sh::ShaderVariable &shaderVariable : activeAttributes) in serialize() local
369 for (const sh::ShaderVariable &shaderVariable : inputVaryings) in serialize() local
374 for (const sh::ShaderVariable &shaderVariable : activeOutputVariables) in serialize() local
[all …]
/external/angle/src/libANGLE/
DProgramExecutable.cpp698 for (const sh::ShaderVariable &shaderVariable : mLinkedOutputVaryings[shaderType]) in save() local
703 for (const sh::ShaderVariable &shaderVariable : mLinkedInputVaryings[shaderType]) in save() local
708 for (const sh::ShaderVariable &shaderVariable : mLinkedUniforms[shaderType]) in save() local
/external/angle/src/libANGLE/capture/
Dserialize.cpp860 void SerializeShaderVariable(JsonSerializer *json, const sh::ShaderVariable &shaderVariable) in SerializeShaderVariable()
893 for (const sh::ShaderVariable &shaderVariable : shaderVariables) in SerializeShaderVariablesVector() local