Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureMultisampleTest.cpp225 void TextureMultisampleTest::getMultisamplefv(GLenum pname, GLuint index, GLfloat *val) in getMultisamplefv() function in __anon0d546b190111::TextureMultisampleTest
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h367 PFNGLGETMULTISAMPLEFVPROC getMultisamplefv = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl299 glGetMultisamplefvFunc getMultisamplefv; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6397 void Context::getMultisamplefv(GLenum pname, GLuint index, GLfloat *val) in getMultisamplefv() function in gl::Context