Searched refs:s_formats (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp53 static const deUint32 s_formats[] = local
65 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(s_formats); fmtNdx++)
67 const deUint32 format = s_formats[fmtNdx];
94 static const deUint32 s_formats[] = local
104 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(s_formats); fmtNdx++)
106 const deUint32 format = s_formats[fmtNdx];
/external/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp373 static const GLenum s_formats[] = local
382 const ImageFormat fmt = { s_formats[i], GL_NONE };

Completed in 525 milliseconds