Searched refs:FUNCTION_TEXTUREPROJ3 (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 52 FUNCTION_TEXTUREPROJ3, //!< textureProj(sampler2D, vec3) enumerator 63 function == FUNCTION_TEXTUREPROJ3 || in functionHasProj() 332 … = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] :… in initTexture() 450 case FUNCTION_TEXTUREPROJ3: funcExt = "Proj"; break; in initShaderSources() 596 …CASE_SPEC(texture2dproj_vec3, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2.25… in init() 615 …CASE_SPEC(texture2dproj_vec3, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2.25f… in init() 617 …CASE_SPEC(texture2dproj_vec3_bias, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 57 FUNCTION_TEXTUREPROJ3, //!< textureProj(sampler2D, vec3) enumerator 74 function == FUNCTION_TEXTUREPROJ3); in functionHasAutoLod() 80 function == FUNCTION_TEXTUREPROJ3 || in functionHasProj() 636 … = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] :… in initTexture() 844 case FUNCTION_TEXTUREPROJ3: baseFuncName = "textureProj"; break; in initShaderSources() 1671 …CASE_SPEC(sampler2d_vec3_fixed, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2.… in init() 1672 …CASE_SPEC(sampler2d_vec3_fixed, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2.… in init() 1673 …CASE_SPEC(sampler2d_vec3_float, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2.… in init() 1674 …CASE_SPEC(sampler2d_vec3_float, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2.… in init() 1675 …CASE_SPEC(isampler2d_vec3, FUNCTION_TEXTUREPROJ3, Vec4(-0.3f, -0.6f, 1.5f, 0.0f), Vec4(2.25f,… in init() [all …]
|