HomeSort by relevance Sort by last modified time
    Searched refs:BlendColor (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 36 VISIT_GL_CALL(BlendColor,
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_autogen.h 32 virtual void BlendColor(GLclampf red,
gles2_interface_autogen.h 25 virtual void BlendColor(GLclampf red,
gles2_interface_stub_autogen.h 24 virtual void BlendColor(GLclampf red,
gles2_trace_implementation_autogen.h 24 virtual void BlendColor(GLclampf red,
gles2_implementation_impl_autogen.h 86 void GLES2Implementation::BlendColor(GLclampf red,
93 helper_->BlendColor(red, green, blue, alpha);
    [all...]
gles2_c_lib_autogen.h 40 gles2::GetGLContext()->BlendColor(red, green, blue, alpha);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 60 void (*BlendColor)(PP_Resource context,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 271 struct BlendColor {
272 typedef BlendColor ValueType;
307 COMPILE_ASSERT(sizeof(BlendColor) == 20, Sizeof_BlendColor_is_not_20);
308 COMPILE_ASSERT(offsetof(BlendColor, header) == 0,
310 COMPILE_ASSERT(offsetof(BlendColor, red) == 4, OffsetOf_BlendColor_red_not_4);
311 COMPILE_ASSERT(offsetof(BlendColor, green) == 8,
313 COMPILE_ASSERT(offsetof(BlendColor, blue) == 12,
315 COMPILE_ASSERT(offsetof(BlendColor, alpha) == 16,
    [all...]
gles2_cmd_format_test_autogen.h 103 TEST_F(GLES2FormatTest, BlendColor) {
104 cmds::BlendColor& cmd = *GetBufferAs<cmds::BlendColor>();
110 EXPECT_EQ(static_cast<uint32_t>(cmds::BlendColor::kCmdId),
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 54 glGetInterfacePPAPI()->BlendColor(
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 497 #define glBlendColor GLES2_GET_FUN(BlendColor)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 902 { "glBlendColor", _O(BlendColor) },
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]);
    [all...]
mtypes.h 759 GLfloat BlendColor[4]; /**< Blending color */
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 234 DELEGATE_TO_GL_4(blendColor, BlendColor,
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 902 { "glBlendColor", _O(BlendColor) },
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]);
    [all...]
mtypes.h 759 GLfloat BlendColor[4]; /**< Blending color */
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 167 EXPECT_CALL(*gl_, BlendColor(1, 2, 3, 4));
168 SpecializedSetup<cmds::BlendColor, 0>(true);
169 cmds::BlendColor cmd;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c     [all...]

Completed in 1901 milliseconds

12 3