Home
last modified time | relevance | path

Searched refs:gl_encoder_context_t (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_enc.cpp23 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glAlphaFunc_enc()
49 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearColor_enc()
77 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearDepthf_enc()
102 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClipPlanef_enc()
130 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glColor4f_enc()
158 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glDepthRangef_enc()
184 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogf_enc()
210 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogfv_enc()
238 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFrustumf_enc()
268 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glGetClipPlanef_enc()
[all …]
Dgl_enc.h15 struct gl_encoder_context_t : public gl_client_context_t { struct
20 gl_encoder_context_t(IOStream *stream, ChecksumCalculator *checksumCalculator); argument
DGLEncoder.h25 class GLEncoder : public gl_encoder_context_t {
DGLEncoder.cpp1026 : gl_encoder_context_t(stream, protocol) in GLEncoder()