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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 155 {"glBlendEquationSeparateOES", (void*)glBlendEquationSeparateOES},
gl_client_context.h 175 glBlendEquationSeparateOES_client_proc_t glBlendEquationSeparateOES;
gl_client_context.cpp 175 glBlendEquationSeparateOES = (glBlendEquationSeparateOES_client_proc_t) getProc("glBlendEquationSeparateOES", userData);
gl_entry.cpp 170 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 165 {"glBlendEquationSeparateOES", (void *)glBlendEquationSeparateOES},
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.cpp 781 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha)
783 getDispatch()->glBlendEquationSeparateOES(modeRGB, modeAlpha);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 30 glBlendEquationSeparateOES;
gles1_wrapper_context.h 175 glBlendEquationSeparateOES_wrapper_proc_t glBlendEquationSeparateOES;
gles1_wrapper_context.cpp 175 glBlendEquationSeparateOES = (glBlendEquationSeparateOES_wrapper_proc_t) getProc("glBlendEquationSeparateOES", userData);
gles1_wrapper_entry.cpp 170 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /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...]
libGLES_CM.cpp     [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 81 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]

Completed in 463 milliseconds