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

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 329 const IndexExprType m_indexExprType;
336 , m_indexExprType (indexExprType)
348 if (m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL &&
365 if (m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL)
368 if (m_indexExprType == INDEX_EXPR_TYPE_CONST_EXPRESSION)
374 if (m_indexExprType == INDEX_EXPR_TYPE_DYNAMIC_UNIFORM)
382 else if (m_indexExprType == INDEX_EXPR_TYPE_UNIFORM)
395 if (m_indexExprType == INDEX_EXPR_TYPE_CONST_LITERAL)
397 else if (m_indexExprType == INDEX_EXPR_TYPE_CONST_EXPRESSION)
446 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 108 , m_indexExprType (indexExprType)
150 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType));
182 if (m_indexExprType == INDEX_EXPR_STATIC)
217 const IndexExprType m_indexExprType;
  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 108 , m_indexExprType (indexExprType)
150 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType));
182 if (m_indexExprType == INDEX_EXPR_STATIC)
217 const IndexExprType m_indexExprType;

Completed in 76 milliseconds