Home
last modified time | relevance | path

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

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