OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shaderSpec
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
ParseContext.h
32
shaderSpec
(spec),
51
ShShaderSpec
shaderSpec
; // The language specification compiler conforms to - GLES2 or WebGL.
Compiler.h
82
ShShaderSpec getShaderSpec() const { return
shaderSpec
; }
149
ShShaderSpec
shaderSpec
;
/external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp
325
void getShaderSpec (
ShaderSpec
* spec, int numSamplers, int numLookups, const int* lookupIndices) const;
353
void SamplerIndexingCase::getShaderSpec (
ShaderSpec
* spec, int numSamplers, int numLookups, const int* lookupIndices) const
445
ShaderSpec
shaderSpec
;
451
getShaderSpec(&
shaderSpec
, numSamplers, numLookups, &lookupIndices[0]);
473
ShaderExecutorPtr executor (createExecutor(m_context.getRenderContext(), m_shaderType,
shaderSpec
));
660
void getShaderSpec (
ShaderSpec
* spec, int numInstances, int numReads, const int* readIndices) const;
713
void BlockArrayIndexingCase::getShaderSpec (
ShaderSpec
* spec, int numInstances, int numReads, const int* readIndices) const
780
ShaderSpec
shaderSpec
;
[
all
...]
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
[
all
...]
Completed in 258 milliseconds