Searched defs:oscs (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp368 std::ostringstream oscs; local
369 oscs << kGLSLVer << (SIA ? kGLSLSIA : "\n") << kGLSLPrec;
370 std::string hcs = oscs.str();
/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderImageLoadStoreTests.cpp363 std::ostringstream oscs; local
364 oscs << kGLSLVer << (SIA ? kGLSLSIA : "\n") << kGLSLPrec;
365 std::string hcs = oscs.str();

Completed in 91 milliseconds