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

  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 55 enum IndexExprType
106 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType)
108 , m_indexExprType (indexExprType)
112 static glu::ProgramSources genSources (const IndexExprType indexExprType)
114 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" :
115 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" :
116 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL;
217 const IndexExprType m_indexExprType
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 55 enum IndexExprType
106 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType)
108 , m_indexExprType (indexExprType)
112 static glu::ProgramSources genSources (const IndexExprType indexExprType)
114 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" :
115 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" :
116 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL;
217 const IndexExprType m_indexExprType
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 68 enum IndexExprType
315 SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType);
329 const IndexExprType m_indexExprType;
332 SamplerIndexingCase::SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType)
336 , m_indexExprType (indexExprType)
650 BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType);
663 const IndexExprType m_indexExprType
    [all...]

Completed in 177 milliseconds