Home
last modified time | relevance | path

Searched refs:isVtxCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp423 bool isVtxCase = m_isVertexCase; in initShaderSources() local
460 std::ostringstream& op = isVtxCase ? vert : frag; in initShaderSources()
468 if (isVtxCase) in initShaderSources()
492 if (isVtxCase) in initShaderSources()
499 const char* texCoord = isVtxCase ? "a_in0" : "v_texCoord"; in initShaderSources()
500 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias"; in initShaderSources()
511 if (isVtxCase) in initShaderSources()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp809 bool isVtxCase = m_isVertexCase; in initShaderSources() local
858 std::ostringstream& op = isVtxCase ? vert : frag; in initShaderSources()
875 if (isVtxCase) in initShaderSources()
909 if (isVtxCase) in initShaderSources()
916 const char* texCoord = isVtxCase ? "a_in0" : "v_texCoord"; in initShaderSources()
917 const char* gradX = isVtxCase ? "a_in1" : "v_gradX"; in initShaderSources()
918 const char* gradY = isVtxCase ? "a_in2" : "v_gradY"; in initShaderSources()
919 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias"; in initShaderSources()
972 if (isVtxCase) in initShaderSources()