Home
last modified time | relevance | path

Searched refs:GL_SAMPLES (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp233 case GL_SAMPLES: in glUtilsParamSize()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h187 #define GL_SAMPLES 0x80A9 macro
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h272 #define GL_SAMPLES 0x80A9 macro
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h187 #define GL_SAMPLES 0x80A9 macro
Dgl31.h187 #define GL_SAMPLES 0x80A9 macro
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3745 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples); in s_glRenderbufferStorageMultisample()
4587 pname != GL_SAMPLES, in s_glGetInternalformativ()
4605 case GL_SAMPLES: in s_glGetInternalformativ()
5407 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples); in s_glTexStorage2DMultisample()