Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h598 PFNGLTEXSTORAGE3DMULTISAMPLEPROC texStorage3DMultisample = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl697 glTexStorage3DMultisampleFunc texStorage3DMultisample; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6181 void Context::texStorage3DMultisample(TextureType target, in texStorage3DMultisample() function in gl::Context