Searched refs:GL_SAMPLES (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 233 case GL_SAMPLES: in glUtilsParamSize()
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 187 #define GL_SAMPLES 0x80A9 macro
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 272 #define GL_SAMPLES 0x80A9 macro
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 187 #define GL_SAMPLES 0x80A9 macro
|
D | gl31.h | 187 #define GL_SAMPLES 0x80A9 macro
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 3745 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()
|