Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp518 struct ShaderBinary struct
520 ShaderBinaryDataType binary;
521 std::vector<ShaderType> shaderTypes;
522 std::vector<std::string> shaderEntryPoints;
523 std::vector<uint32_t> specializationIndices;
524 std::vector<uint32_t> specializationValues;
526 ShaderBinary(void) in ShaderBinary() argument
529 ShaderBinary(const ShaderBinaryDataType binary_) : binary(binary_) in ShaderBinary() function
533 ShaderBinary(const ShaderBinaryDataType binary_, glu::ShaderType shaderType_) : binary(binary_) in ShaderBinary() argument
540 ShaderBinary &operator<<(const ShaderType &shaderType) in operator <<()
[all …]