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

1 2

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_programs.cc 302 GetAttachedShaders cmd;
303 typedef GetAttachedShaders::Result Result;
306 EXPECT_CALL(*gl_, GetAttachedShaders(kServiceProgramId, 1, _, _)).WillOnce(
319 GetAttachedShaders cmd;
320 typedef GetAttachedShaders::Result Result;
323 EXPECT_CALL(*gl_, GetAttachedShaders(_, _, _, _)).Times(0);
332 GetAttachedShaders cmd;
333 typedef GetAttachedShaders::Result Result;
336 EXPECT_CALL(*gl_, GetAttachedShaders(_, _, _, _)).Times(0);
347 GetAttachedShaders cmd
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 73 OP(GetAttachedShaders) /* 314 */ \
gles2_cmd_format_autogen.h     [all...]
gles2_cmd_format_test_autogen.h     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 72 #define glGetAttachedShaders GLES2_GET_FUN(GetAttachedShaders)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 545 void GetAttachedShaders(PP_Resource context_id,
552 ToGles2Impl(&enter)->GetAttachedShaders(program, maxcount, count, shaders);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 218 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */,
    [all...]
gles2_cmd_helper_autogen.h 549 void GetAttachedShaders(GLuint program,
553 gles2::cmds::GetAttachedShaders* c =
554 GetCmdSpace<gles2::cmds::GetAttachedShaders>();
    [all...]
gles2_trace_implementation_impl_autogen.h 382 void GLES2TraceImplementation::GetAttachedShaders(GLuint program,
386 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetAttachedShaders");
387 gl_->GetAttachedShaders(program, maxcount, count, shaders);
    [all...]
gles2_implementation_autogen.h 196 virtual void GetAttachedShaders(GLuint program,
gles2_interface_autogen.h 143 virtual void GetAttachedShaders(GLuint program,
gles2_interface_stub_autogen.h 143 virtual void GetAttachedShaders(GLuint program,
gles2_trace_implementation_autogen.h 143 virtual void GetAttachedShaders(GLuint program,
gles2_implementation.cc     [all...]
gles2_c_lib_autogen.h 264 gles2::GetGLContext()->GetAttachedShaders(program, maxcount, count, shaders);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 535 void GetAttachedShaders(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 212 GetAttachedShaders,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 206 void (*GetAttachedShaders)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 386 glGetInterfacePPAPI()->GetAttachedShaders(
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 546 #define glGetAttachedShaders GLES2_GET_FUN(GetAttachedShaders)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 393 DELEGATE_TO_GL_4(getAttachedShaders, GetAttachedShaders,
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 596 #define glGetAttachedShaders MANGLE(GetAttachedShaders)
    [all...]

Completed in 685 milliseconds

1 2