Home
last modified time | relevance | path

Searched refs:tex2DFormat (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/gl_tests/
DD3DImageFormatConversionTest.cpp62 void runTest(GLenum tex2DFormat, GLenum tex2DType) in runTest() argument
98 glTexImage2D(GL_TEXTURE_2D, 0, tex2DFormat, 2, 2, 0, tex2DFormat, tex2DType, pixels); in runTest()