Home
last modified time | relevance | path

Searched defs:CompiledShaderState (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/
DCompiledShaderState.h44 struct CompiledShaderState struct
54 const gl::ShaderType shaderType;
56 int shaderVersion;
57 std::string translatedSource;
58 sh::BinaryBlob compiledBinary;
59 sh::WorkGroupSize localSize;
61 std::vector<sh::ShaderVariable> inputVaryings;
62 std::vector<sh::ShaderVariable> outputVaryings;
63 std::vector<sh::ShaderVariable> uniforms;
64 std::vector<sh::InterfaceBlock> uniformBlocks;
[all …]
DCompiledShaderState.cpp183 CompiledShaderState::CompiledShaderState(gl::ShaderType type) in CompiledShaderState() function in gl::CompiledShaderState