OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TexEvalFunc
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp
190
typedef void (*
TexEvalFunc
) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams);
216
TexLookupEvaluator (
TexEvalFunc
evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {}
221
TexEvalFunc
m_evalFunc;
228
ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture,
TexEvalFunc
evalFunc, bool isVertexCase);
251
ShaderTextureFunctionCase::ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture,
TexEvalFunc
evalFunc, bool isVertexCase)
559
TexEvalFunc
evalFunc;
/external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp
340
typedef void (*
TexEvalFunc
) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams);
495
TexLookupEvaluator (
TexEvalFunc
evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {}
500
TexEvalFunc
m_evalFunc;
507
ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture,
TexEvalFunc
evalFunc, bool isVertexCase);
532
ShaderTextureFunctionCase::ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture,
TexEvalFunc
evalFunc, bool isVertexCase)
[
all
...]
Completed in 28 milliseconds