Home
last modified time | relevance | path

Searched refs:s_glGetInternalformativ (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h526 …static void s_glGetInternalformativ(void* self, GLenum target, GLenum internalformat, GLenum pname…
DGL2Encoder.cpp3146 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples); in s_glRenderbufferStorageMultisample()
3982 void GL2Encoder::s_glGetInternalformativ(void* self, GLenum target, GLenum internalformat, GLenum p… in s_glGetInternalformativ() function in GL2Encoder
4777 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples); in s_glTexStorage2DMultisample()