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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 86 glActiveTexture_client_proc_t m_glActiveTexture_enc;
GLEncoder.cpp 612 ctx->m_glActiveTexture_enc(ctx, texture);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 196 glActiveTexture_client_proc_t m_glActiveTexture_enc;
GL2Encoder.cpp 105 m_glActiveTexture_enc = set_glActiveTexture(s_glActiveTexture);
814 m_glActiveTexture_enc(this, texUnit);
848 ctx->m_glActiveTexture_enc(self, origActiveTexture);
879 ctx->m_glActiveTexture_enc(self, origActiveTexture);
    [all...]

Completed in 26 milliseconds