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

/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp1294 bool isCompatibleFormats (GLenum createFormat, GLenum modifyFormat) argument
1301 if (modifyFormat == GL_RGB
1302 || modifyFormat == GL_RGB8
1303 || modifyFormat == GL_RGB565)
1312 if (modifyFormat == GL_RGBA
1313 || modifyFormat == GL_RGBA8
1314 || modifyFormat == GL_RGBA4
1315 || modifyFormat == GL_RGB5_A1)
1338 const GLenum modifyFormat = gles2TexSubImageModify->getFormat(); local
1340 return isCompatibleFormats(createFormat, modifyFormat);
[all...]

Completed in 175 milliseconds