OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlendEquation
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h
84
void GLES2Implementation::
BlendEquation
(GLenum mode) {
87
helper_->
BlendEquation
(mode);
[
all
...]
gles2_cmd_helper_autogen.h
83
void
BlendEquation
(GLenum mode) {
84
gles2::cmds::
BlendEquation
* c = GetCmdSpace<gles2::cmds::
BlendEquation
>();
[
all
...]
gles2_interface_stub_impl_autogen.h
36
void GLES2InterfaceStub::
BlendEquation
(GLenum /* mode */) {
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
...]
/external/chromium_org/ppapi/c/
ppb_opengles2.h
52
void (*
BlendEquation
)(PP_Resource context, GLenum mode);
/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/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h
376
GLAPI void APIENTRY GLAPI_PREFIX(
BlendEquation
)(GLenum mode);
[
all
...]
/external/chromium_org/gpu/command_buffer/common/
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/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h
[
all
...]
Completed in 704 milliseconds