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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 168 glBlendEquationSeparateOES_t glBlendEquationSeparateOES;
gl_proc.h 168 typedef void (GL_APIENTRY *glBlendEquationSeparateOES_t) (GLenum, GLenum);
GLDispatch.cpp 185 s_gl.glBlendEquationSeparateOES = (glBlendEquationSeparateOES_t) s_gles_lib->findSymbol("glBlendEquationSeparateOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 168 glBlendEquationSeparateOES_t glBlendEquationSeparateOES;
440 glBlendEquationSeparateOES_t set_glBlendEquationSeparateOES(glBlendEquationSeparateOES_t f) { glBlendEquationSeparateOES_t retval = glBlendEquationSeparateOES; glBlendEquationSeparateOES = f; return retval;}
    [all...]
gles_proc.h 168 typedef void (* glBlendEquationSeparateOES_t) (GLenum, GLenum);
gles_dispatch.cpp 170 ptr = dlsym(gles_android,"glBlendEquationSeparateOES"); disp->set_glBlendEquationSeparateOES((glBlendEquationSeparateOES_t)ptr);

Completed in 29 milliseconds