OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evalTexture2DLod
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp
207
static void
evalTexture2DLod
(gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2D(c, c.in[0].x(), c.in[0].y(), c.in[1].x())*p.scale + p.bias; }
598
CASE_SPEC(texture2dlod, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, tex2DMipmap,
evalTexture2DLod
),
/external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp
376
static void
evalTexture2DLod
(gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2D(c, c.in[0].x(), c.in[0].y(), c.in[1].x())*p.scale + p.bias; }
[
all
...]
Completed in 28 milliseconds