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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 170 glBlendEquationOES_t glBlendEquationOES;
gl_proc.h 170 typedef void (GL_APIENTRY *glBlendEquationOES_t) (GLenum);
GLDispatch.cpp 187 s_gl.glBlendEquationOES = (glBlendEquationOES_t) s_gles_lib->findSymbol("glBlendEquationOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 170 glBlendEquationOES_t glBlendEquationOES;
442 glBlendEquationOES_t set_glBlendEquationOES(glBlendEquationOES_t f) { glBlendEquationOES_t retval = glBlendEquationOES; glBlendEquationOES = f; return retval;}
    [all...]
gles_proc.h 170 typedef void (* glBlendEquationOES_t) (GLenum);
gles_dispatch.cpp 172 ptr = dlsym(gles_android,"glBlendEquationOES"); disp->set_glBlendEquationOES((glBlendEquationOES_t)ptr);

Completed in 47 milliseconds