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.cpp31 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glAlphaFunc_enc()
59 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearColor_enc()
89 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearDepthf_enc()
116 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClipPlanef_enc()
146 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glColor4f_enc()
176 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glDepthRangef_enc()
204 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogf_enc()
232 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogfv_enc()
262 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFrustumf_enc()
294 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.h26 class GLEncoder : public gl_encoder_context_t {
DGLEncoder.cpp1024 : gl_encoder_context_t(stream, protocol) in GLEncoder()