HomeSort by relevance Sort by last modified time
    Searched refs:BlendEquation (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 22 OP(BlendEquation) /* 265 */ \
gles2_cmd_format_test_autogen.h 161 TEST_F(GLES2FormatTest, BlendEquation) {
162 cmds::BlendEquation& cmd = *GetBufferAs<cmds::BlendEquation>();
166 EXPECT_EQ(static_cast<uint32>(cmds::BlendEquation::kCmdId),
    [all...]
gles2_cmd_format_autogen.h 383 struct BlendEquation {
384 typedef BlendEquation ValueType;
410 COMPILE_ASSERT(sizeof(BlendEquation) == 8,
412 COMPILE_ASSERT(offsetof(BlendEquation, header) == 0,
414 COMPILE_ASSERT(offsetof(BlendEquation, mode) == 4,
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 22 #define glBlendEquation GLES2_GET_FUN(BlendEquation)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 176 EXPECT_CALL(*gl_, BlendEquation(GL_FUNC_SUBTRACT));
177 SpecializedSetup<cmds::BlendEquation, 0>(true);
178 cmds::BlendEquation cmd;
185 EXPECT_CALL(*gl_, BlendEquation(_)).Times(0);
186 SpecializedSetup<cmds::BlendEquation, 0>(false);
187 cmds::BlendEquation cmd;
194 EXPECT_CALL(*gl_, BlendEquation(_)).Times(0);
195 SpecializedSetup<cmds::BlendEquation, 0>(false);
196 cmds::BlendEquation cmd;
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 89 void BlendEquation(PP_Resource context_id, GLenum mode) {
92 ToGles2Impl(&enter)->BlendEquation(mode);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 36 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) {
gles2_cmd_helper_autogen.h 83 void BlendEquation(GLenum mode) {
84 gles2::cmds::BlendEquation* c = GetCmdSpace<gles2::cmds::BlendEquation>();
    [all...]
gles2_implementation_unittest_autogen.h 80 TEST_F(GLES2ImplementationTest, BlendEquation) {
82 cmds::BlendEquation cmd;
87 gl_->BlendEquation(GL_FUNC_SUBTRACT);
    [all...]
gles2_trace_implementation_impl_autogen.h 57 void GLES2TraceImplementation::BlendEquation(GLenum mode) {
58 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendEquation");
59 gl_->BlendEquation(mode);
    [all...]
gles2_implementation_autogen.h 32 virtual void BlendEquation(GLenum mode) OVERRIDE;
gles2_interface_autogen.h 24 virtual void BlendEquation(GLenum mode) = 0;
gles2_interface_stub_autogen.h 23 virtual void BlendEquation(GLenum mode) OVERRIDE;
gles2_trace_implementation_autogen.h 23 virtual void BlendEquation(GLenum mode) OVERRIDE;
gles2_implementation_impl_autogen.h 84 void GLES2Implementation::BlendEquation(GLenum mode) {
87 helper_->BlendEquation(mode);
    [all...]
gles2_c_lib_autogen.h 39 gles2::GetGLContext()->BlendEquation(mode);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 52 void (*BlendEquation)(PP_Resource context, GLenum mode);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 58 glGetInterfacePPAPI()->BlendEquation(glGetCurrentContextPPAPI(), mode);
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 498 #define glBlendEquation GLES2_GET_FUN(BlendEquation)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 903 { "glBlendEquation", _O(BlendEquation) },
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 470 DELEGATE_TO_GL_1(blendEquation, BlendEquation, WGC3Denum)
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 903 { "glBlendEquation", _O(BlendEquation) },
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 595 DELEGATE_TO_GL_1(blendEquation, BlendEquation, WGC3Denum)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 95 #define glBlendEquation MANGLE(BlendEquation)
    [all...]

Completed in 124 milliseconds

1 2