Home
last modified time | relevance | path

Searched defs:texStorage3DMultisample (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureMultisampleTest.cpp184 void texStorage3DMultisample(GLenum target, in texStorage3DMultisample() function in __anon0d546b190111::TextureMultisampleArrayTest
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h598 PFNGLTEXSTORAGE3DMULTISAMPLEPROC texStorage3DMultisample = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl697 glTexStorage3DMultisampleFunc texStorage3DMultisample; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6362 void Context::texStorage3DMultisample(TextureType target, in texStorage3DMultisample() function in gl::Context