HomeSort by relevance Sort by last modified time
    Searched refs:evalTexture2DProjLod (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 211 static void evalTexture2DProjLod (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2D(c, c.in[0].x()/c.in[0].w(), c.in[0].y()/c.in[0].w(), c.in[1].x())*p.scale + p.bias; }
602 CASE_SPEC(texture2dprojlod_vec4, FUNCTION_TEXTUREPROJLOD, Vec4(-0.3f, -0.6f, 0.0f, 1.5f), Vec4(2.25f, 3.45f, 0.0f, 1.5f), false, -1.0f, 9.0f, tex2D, evalTexture2DProjLod),
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 382 static void evalTexture2DProjLod (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2D(c, c.in[0].x()/c.in[0].w(), c.in[0].y()/c.in[0].w(), c.in[1].x())*p.scale + p.bias; }
    [all...]

Completed in 45 milliseconds