Searched refs:GetShaderSource (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc122 const char* GetShaderSource(ShaderID shader) { function
249 const char* vs_source = GetShaderSource(v);
250 const char* fs_source = GetShaderSource(f);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h87 OP(GetShaderSource) /* 328 */ \
H A Dgles2_cmd_format_autogen.h3256 struct GetShaderSource { struct
3257 typedef GetShaderSource ValueType;
3284 COMPILE_ASSERT(sizeof(GetShaderSource) == 12, Sizeof_GetShaderSource_is_not_12);
3285 COMPILE_ASSERT(offsetof(GetShaderSource, header) == 0,
3287 COMPILE_ASSERT(offsetof(GetShaderSource, shader) == 4,
3289 COMPILE_ASSERT(offsetof(GetShaderSource, bucket_id) == 8,
H A Dgles2_cmd_format_test_autogen.h1084 TEST_F(GLES2FormatTest, GetShaderSource) {
1085 cmds::GetShaderSource& cmd = *GetBufferAs<cmds::GetShaderSource>();
1088 EXPECT_EQ(static_cast<uint32_t>(cmds::GetShaderSource::kCmdId),
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h87 #define glGetShaderSource GLES2_GET_FUN(GetShaderSource)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc683 void GetShaderSource(PP_Resource context_id, function in namespace:ppapi::__anon10171
690 ToGles2Impl(&enter)->GetShaderSource(shader, bufsize, length, source);
1646 &GetShaderSource, &GetString,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h274 void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h686 void GetShaderSource(GLuint shader, uint32_t bucket_id) { function
687 gles2::cmds::GetShaderSource* c = GetCmdSpace<gles2::cmds::GetShaderSource>();
H A Dgles2_trace_implementation_impl_autogen.h479 void GLES2TraceImplementation::GetShaderSource(GLuint shader, function in class:GLES2TraceImplementation
483 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetShaderSource");
484 gl_->GetShaderSource(shader, bufsize, length, source);
H A Dgles2_implementation_autogen.h243 virtual void GetShaderSource(GLuint shader,
H A Dgles2_interface_autogen.h176 virtual void GetShaderSource(GLuint shader,
H A Dgles2_interface_stub_autogen.h176 virtual void GetShaderSource(GLuint shader,
H A Dgles2_trace_implementation_autogen.h176 virtual void GetShaderSource(GLuint shader,
H A Dgles2_implementation_impl_autogen.h860 void GLES2Implementation::GetShaderSource(GLuint shader, function in class:GLES2Implementation
871 helper_->GetShaderSource(shader, kResultBucketId);
H A Dgles2_implementation_unittest.cc929 TEST_F(GLES2ImplementationTest, GetShaderSource) {
936 cmds::GetShaderSource get_shader_source;
962 gl_->GetShaderSource(kShaderId, sizeof(buf), &length, buf);
H A Dgles2_c_lib_autogen.h325 gles2::GetGLContext()->GetShaderSource(shader, bufsize, length, source);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc671 void GetShaderSource(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1414 &GetShaderSource, &GetString,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h267 VISIT_GL_CALL(GetShaderSource,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h300 void (*GetShaderSource)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
759 void (*GetShaderSource)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_programs.cc704 GetShaderSource get_cmd;
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c469 glGetInterfacePPAPI()->GetShaderSource(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h560 #define glGetShaderSource GLES2_GET_FUN(GetShaderSource)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc480 gl_->GetShaderSource(
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h821 #define glGetShaderSource MANGLE(GetShaderSource)
/external/mesa3d/include/GL/
H A Dgl_mangle.h821 #define glGetShaderSource MANGLE(GetShaderSource)

Completed in 1313 milliseconds

12