HomeSort by relevance Sort by last modified time
    Searched defs:glBlendEquationOES (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 51 void (*glBlendEquationOES)(GLenum mode);
main.cpp 581 GL_API void GL_APIENTRY glBlendEquationOES(GLenum mode)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 177 glBlendEquationOES_client_proc_t glBlendEquationOES;
gl_entry.cpp 172 void glBlendEquationOES(GLenum mode);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 791 void glBlendEquationOES(GLenum mode)
793 getDispatch()->glBlendEquationOES(mode);
    [all...]
gles_dispatch.h 170 glBlendEquationOES_t glBlendEquationOES;
442 glBlendEquationOES_t set_glBlendEquationOES(glBlendEquationOES_t f) { glBlendEquationOES_t retval = glBlendEquationOES; glBlendEquationOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 177 glBlendEquationOES_wrapper_proc_t glBlendEquationOES;
gles1_wrapper_entry.cpp 172 void glBlendEquationOES(GLenum mode);
    [all...]

Completed in 60 milliseconds