HomeSort by relevance Sort by last modified time
    Searched refs:gl2_encoder_context_t (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.h 15 struct gl2_encoder_context_t : public gl2_client_context_t { struct in inherits:gl2_client_context_t
19 gl2_encoder_context_t(IOStream *stream);
gl2_enc.cpp 23 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self;
38 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self;
54 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self;
73 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self;
89 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self
2922 gl2_encoder_context_t::gl2_encoder_context_t(IOStream *stream) function in class:gl2_encoder_context_t
    [all...]
GL2Encoder.h 25 class GL2Encoder : public gl2_encoder_context_t {
GL2Encoder.cpp 44 GL2Encoder::GL2Encoder(IOStream *stream) : gl2_encoder_context_t(stream)
    [all...]

Completed in 996 milliseconds