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

  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 52 void (*glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha);
main.cpp 586 GL_API void GL_APIENTRY glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 175 glBlendEquationSeparateOES_client_proc_t glBlendEquationSeparateOES;
gl_entry.cpp 170 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 781 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha)
783 getDispatch()->glBlendEquationSeparateOES(modeRGB, modeAlpha);
    [all...]
gles_dispatch.h 168 glBlendEquationSeparateOES_t glBlendEquationSeparateOES;
440 glBlendEquationSeparateOES_t set_glBlendEquationSeparateOES(glBlendEquationSeparateOES_t f) { glBlendEquationSeparateOES_t retval = glBlendEquationSeparateOES; glBlendEquationSeparateOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 175 glBlendEquationSeparateOES_wrapper_proc_t glBlendEquationSeparateOES;
gles1_wrapper_entry.cpp 170 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha);
    [all...]

Completed in 62 milliseconds