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.h610 …static void s_glGetInternalformativ(void* self, GLenum target, GLenum internalformat, GLenum pname…
DGL2Encoder.cpp3745 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples); in s_glRenderbufferStorageMultisample()
4583 void GL2Encoder::s_glGetInternalformativ(void* self, GLenum target, GLenum internalformat, GLenum p… in s_glGetInternalformativ() function in GL2Encoder
5407 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples); in s_glTexStorage2DMultisample()