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.cpp25 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glAlphaFunc_enc()
51 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearColor_enc()
79 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearDepthf_enc()
104 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClipPlanef_enc()
132 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glColor4f_enc()
160 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glDepthRangef_enc()
186 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogf_enc()
212 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogfv_enc()
240 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFrustumf_enc()
270 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()