Searched refs:GetAttachedShaders (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_programs.cc302 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 cm
[all...]
H A Dgles2_cmd_decoder.cc9261 const gles2::cmds::GetAttachedShaders& c =
9262 *static_cast<const gles2::cmds::GetAttachedShaders*>(cmd_data);
9270 typedef cmds::GetAttachedShaders::Result Result;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h73 OP(GetAttachedShaders) /* 314 */ \
H A Dgles2_cmd_format_autogen.h2543 struct GetAttachedShaders { struct
2544 typedef GetAttachedShaders ValueType;
2585 COMPILE_ASSERT(sizeof(GetAttachedShaders) == 20,
2587 COMPILE_ASSERT(offsetof(GetAttachedShaders, header) == 0,
2589 COMPILE_ASSERT(offsetof(GetAttachedShaders, program) == 4,
2591 COMPILE_ASSERT(offsetof(GetAttachedShaders, result_shm_id) == 8,
2593 COMPILE_ASSERT(offsetof(GetAttachedShaders, result_shm_offset) == 12,
2595 COMPILE_ASSERT(offsetof(GetAttachedShaders, result_size) == 16,
H A Dgles2_cmd_format_test_autogen.h863 TEST_F(GLES2FormatTest, GetAttachedShaders) {
864 cmds::GetAttachedShaders& cmd = *GetBufferAs<cmds::GetAttachedShaders>();
870 EXPECT_EQ(static_cast<uint32_t>(cmds::GetAttachedShaders::kCmdId),
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h72 #define glGetAttachedShaders GLES2_GET_FUN(GetAttachedShaders)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc545 void GetAttachedShaders(PP_Resource context_id, function in namespace:ppapi::__anon10171
552 ToGles2Impl(&enter)->GetAttachedShaders(program, maxcount, count, shaders);
1639 &GetAttachedShaders, &GetAttribLocation,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h218 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h549 void GetAttachedShaders(GLuint program, function
553 gles2::cmds::GetAttachedShaders* c =
554 GetCmdSpace<gles2::cmds::GetAttachedShaders>();
H A Dgles2_trace_implementation_impl_autogen.h382 void GLES2TraceImplementation::GetAttachedShaders(GLuint program, function in class:GLES2TraceImplementation
386 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetAttachedShaders");
387 gl_->GetAttachedShaders(program, maxcount, count, shaders);
H A Dgles2_implementation_autogen.h196 virtual void GetAttachedShaders(GLuint program,
H A Dgles2_interface_autogen.h143 virtual void GetAttachedShaders(GLuint program,
H A Dgles2_interface_stub_autogen.h143 virtual void GetAttachedShaders(GLuint program,
H A Dgles2_trace_implementation_autogen.h143 virtual void GetAttachedShaders(GLuint program,
H A Dgles2_implementation.cc2116 void GLES2Implementation::GetAttachedShaders( function in class:gpu::gles2::GLES2Implementation
2127 TRACE_EVENT0("gpu", "GLES2::GetAttachedShaders");
2128 typedef cmds::GetAttachedShaders::Result Result;
2135 helper_->GetAttachedShaders(
H A Dgles2_c_lib_autogen.h264 gles2::GetGLContext()->GetAttachedShaders(program, maxcount, count, shaders);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc535 void GetAttachedShaders(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1407 &GetAttachedShaders, &GetAttribLocation,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h212 GetAttachedShaders,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h252 void (*GetAttachedShaders)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
711 void (*GetAttachedShaders)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c386 glGetInterfacePPAPI()->GetAttachedShaders(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h546 #define glGetAttachedShaders GLES2_GET_FUN(GetAttachedShaders)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp980 { "glGetAttachedShaders", _O(GetAttachedShaders) },
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc394 DELEGATE_TO_GL_4(getAttachedShaders, GetAttachedShaders,
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp980 { "glGetAttachedShaders", _O(GetAttachedShaders) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h458 void (GLAPIENTRYP GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj); /* 414 */

Completed in 616 milliseconds

12