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.cpp24 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glAlphaFunc_enc()
50 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearColor_enc()
78 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearDepthf_enc()
103 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClipPlanef_enc()
131 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glColor4f_enc()
159 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glDepthRangef_enc()
185 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogf_enc()
211 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogfv_enc()
239 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFrustumf_enc()
269 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.cpp954 : gl_encoder_context_t(stream, protocol) in GLEncoder()