Searched refs:ShaderBinaryDataType (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 44 typedef std::vector<deUint32> ShaderBinaryDataType; typedef 342 ShaderBinaryDataType binary; 349 ShaderBinary (const ShaderBinaryDataType binary_) : binary(binary_) in ShaderBinary() 353 ShaderBinary (const ShaderBinaryDataType binary_, glu::ShaderType shaderType_) : binary(binary_) in ShaderBinary() 382 …VertexBinary (const ShaderBinaryDataType binary_) : ShaderBinary(binary_, glu::SHADERTYPE_VERTEX) … in VertexBinary() 387 …FragmentBinary (const ShaderBinaryDataType binary_) : ShaderBinary(binary_, glu::SHADERTYPE_FRAGME… in FragmentBinary() 392 …GeometryBinary (const ShaderBinaryDataType binary_) : ShaderBinary(binary_, glu::SHADERTYPE_GEOMET… in GeometryBinary() 397 …ComputeBinary (const ShaderBinaryDataType binary_) : ShaderBinary(binary_, glu::SHADERTYPE_COMPUTE… in ComputeBinary() 402 …TessellationControlBinary (const ShaderBinaryDataType binary_) : ShaderBinary(binary_, glu::SHADER… in TessellationControlBinary() 407 …TessellationEvaluationBinary (const ShaderBinaryDataType binary_) : ShaderBinary(binary_, glu::SHA… in TessellationEvaluationBinary()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 204 …GlslToSpirV(tcu::TestLog& log, std::string source, glu::ShaderType type, ShaderBinaryDataType* dst) in compileGlslToSpirV() 256 …GlslToSpirV(tcu::TestLog& log, std::string source, glu::ShaderType type, ShaderBinaryDataType* dst) 277 void spirvAssemble(ShaderBinaryDataType& dst, const std::string& src) in spirvAssemble() 287 void spirvDisassemble(std::string& dst, const ShaderBinaryDataType& src) in spirvDisassemble() 297 bool spirvValidate(ShaderBinaryDataType& dst, bool throwOnError) in spirvValidate() 316 void spirvAssemble(ShaderBinaryDataType& dst, const std::string& src) in spirvAssemble() 324 void spirvDisassemble(std::string& dst, ShaderBinaryDataType& src) in spirvDisassemble() 332 bool spirvValidate(ShaderBinaryDataType& dst, bool throwOnError) in spirvValidate()
|