HomeSort by relevance Sort by last modified time
    Searched full:blendequationseparate (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 98 void BlendEquationSeparate(PP_Resource context_id,
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 112 void (*BlendEquationSeparate)(PP_Resource context,
571 void (*BlendEquationSeparate)(PP_Resource context,
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 89 /* BlendEquationSeparate */
499 #define glBlendEquationSeparate GLES2_GET_FUN(BlendEquationSeparate)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 99 /* BlendEquationSeparate */
485 void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 240 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate,
    [all...]
webgraphicscontext3d_impl.h 83 virtual void blendEquationSeparate(WGC3Denum modeRGB,
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 81 void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) {
82 gles2::cmds::BlendEquationSeparate* c =
83 GetCmdSpace<gles2::cmds::BlendEquationSeparate>();
    [all...]
gles2_implementation_unittest_autogen.h 92 TEST_F(GLES2ImplementationTest, BlendEquationSeparate) {
94 cmds::BlendEquationSeparate cmd;
99 gl_->BlendEquationSeparate(GL_FUNC_SUBTRACT, GL_FUNC_ADD);
    [all...]
gles2_implementation_autogen.h 39 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
gles2_interface_autogen.h 30 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) = 0;
gles2_interface_stub_autogen.h 29 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
gles2_interface_stub_impl_autogen.h 42 void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */,
    [all...]
gles2_trace_implementation_autogen.h 29 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
gles2_implementation_impl_autogen.h 105 void GLES2Implementation::BlendEquationSeparate(GLenum modeRGB,
111 helper_->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
  /external/chromium_org/ppapi/api/
ppb_opengles2.idl 111 void BlendEquationSeparate([in] PP_Resource context,
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 127 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) = DE_NULL;
  /external/deqp/framework/opengl/wrapper/
glwInitES30.inl 13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
glwInitGL30.inl 107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 454 blendEquationSeparate,
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 489 blendEquationSeparate,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.xml 761 <template name="BlendEquationSeparate">
    [all...]
  /external/mesa3d/src/mesa/main/
APIspec.xml 761 <template name="BlendEquationSeparate">
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 93 /* BlendEquationSeparate */
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 63 glGetInterfacePPAPI()->BlendEquationSeparate(
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 215 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) = 0;

Completed in 2797 milliseconds

12 3 4 5 6 7