Home
last modified time | relevance | path

Searched defs:kInvalidTextureType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DContextNoErrorTest.cpp349 constexpr GLenum kInvalidTextureType = 0; in TEST_P() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DErrorStrings.h409 MSG kInvalidTextureType = "Texture has incompatible target."; variable