Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
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 …]
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2664 …pub unsafe fn ShaderBinary(count: types::GLsizei, shaders: *const types::GLuint, binaryformat: typ… in ShaderBinary() function
5158 pub static mut ShaderBinary: FnPtr = FnPtr { variable
16067 pub mod ShaderBinary { module