OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniformType
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp
176
enum
UniformType
188
virtual
UniformType
getType (void) const = 0;
199
virtual
UniformType
getType (void) const { return UNIFORM_TYPE_BUFFER; }
211
virtual
UniformType
getType (void) const { return UNIFORM_TYPE_SAMPLER; }
225
virtual
UniformType
getType (void) const { return UNIFORM_TYPE_BUFFER_ARRAY; }
235
virtual
UniformType
getType (void) const { return UNIFORM_TYPE_SAMPLER_ARRAY; }
vktShaderExecutor.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp
[
all
...]
Completed in 760 milliseconds