Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h597 PFNGLTEXSTORAGE2DMULTISAMPLEPROC texStorage2DMultisample = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl695 glTexStorage2DMultisampleFunc texStorage2DMultisample; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6349 void Context::texStorage2DMultisample(TextureType target, in texStorage2DMultisample() function in gl::Context