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

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderPrimitiveCounter.cpp 80 DataPrimitiveIDInCounter testConfiguration;
85 testConfiguration.m_drawMode = GL_POINTS;
86 testConfiguration.m_emitVertexCodeForGeometryShader = " test_gl_PrimitiveIDIn = gl_PrimitiveIDIn;\n"
89 testConfiguration.m_feedbackMode = GL_POINTS;
90 testConfiguration.m_layoutIn = "points";
91 testConfiguration.m_layoutOut = "points";
92 testConfiguration.m_numberOfDrawnPrimitives = 1024;
93 testConfiguration.m_numberOfVerticesPerOneOutputPrimitive = 1;
94 testConfiguration.m_numberOfVerticesPerOneInputPrimitive = 1;
97 "Test Group 6.1 points to points", testConfiguration));
    [all...]
esextcGeometryShaderPrimitiveCounter.hpp 94 const char* description, const DataPrimitiveIDInCounter& testConfiguration);
161 const DataPrimitiveIDInCounter& testConfiguration);
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 650 struct testConfiguration
652 testConfiguration(const glw::GLchar* description, const glw::GLubyte expected_color[4],
    [all...]
gl4cShaderSubroutineTests.cpp     [all...]

Completed in 83 milliseconds