Lines Matching refs:referenceImagePath
2859 PatchVertexCountCase (Context& context, const char* name, const char* description, int inputPatchSize, int outputPatchSize, const char* referenceImagePath)
2863 , m_referenceImagePath (referenceImagePath)
3029 PerPatchDataCase (Context& context, const char* name, const char* description, CaseType caseType, const char* referenceImagePath)
3032 , m_referenceImagePath (caseTypeUsesRefImageFromFile(caseType) ? referenceImagePath : "")
3034 DE_ASSERT(caseTypeUsesRefImageFromFile(caseType) == (referenceImagePath != DE_NULL));
3298 BarrierCase (Context& context, const char* name, const char* description, const char* referenceImagePath)
3300 , m_referenceImagePath (referenceImagePath)
5520 UserDefinedIOCase (Context& context, const char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArraySize vertexIOArraySize, TessControlOutArraySize tessControlOutArraySize, const char* referenceImagePath)
5526 , m_referenceImagePath (referenceImagePath)
6253 GLPositionCase (Context& context, const char* name, const char* description, CaseType caseType, const char* referenceImagePath)
6256 , m_referenceImagePath (referenceImagePath)