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

  /external/deqp/executor/
xeTestCaseResult.hpp 75 class KernelSource;
435 class KernelSource : public Item
438 KernelSource (void) : Item(TYPE_KERNELSOURCE) {}
439 ~KernelSource (void) {}
xeTestResultParser.cpp 123 { 0xa0f15677, "KernelSource", ri::TYPE_KERNELSOURCE },
588 item = curList->allocItem<ri::KernelSource>();
798 m_xmlParser.appendDataStr(static_cast<ri::KernelSource*>(curItem)->source);
xeTestLogWriter.cpp 361 dst << Writer::BeginElement("KernelSource") << static_cast<const ri::KernelSource&>(item).source << Writer::EndElement;
  /external/deqp/framework/common/
tcuTestLog.hpp 99 typedef LogKernelSource KernelSource;
123 TestLog& operator<< (const KernelSource& kernelSrc);
441 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); return *this; }
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp     [all...]
gl3cGLSLnoperspectiveTests.cpp 82 << tcu::TestLog::KernelSource(shader_code);
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 386 log << TestLog::KernelSource(vertexShaderSource);
400 log << TestLog::KernelSource(fragmentShaderSource);
    [all...]

Completed in 227 milliseconds