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

  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 50 static int gl2_APIENTRY s_glFinishRoundTrip(void *self);
GL2Decoder.cpp 77 set_glFinishRoundTrip(s_glFinishRoundTrip);
82 int GL2Decoder::s_glFinishRoundTrip(void *self)
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 63 static int gl_APIENTRY s_glFinishRoundTrip(void *self);
GLDecoder.cpp 76 set_glFinishRoundTrip(s_glFinishRoundTrip);
81 int GLDecoder::s_glFinishRoundTrip(void *self)

Completed in 39 milliseconds