Searched defs:GetAttribLocation (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc73 GLint Context::GetAttribLocation(GLuint program, const std::string& name) { function in class:mojo::js::gl::Context
139 .SetMethod("getAttribLocation", GetAttribLocation)
/external/chromium_org/gpu/command_buffer/client/
H A Dprogram_info_manager.cc31 virtual GLint GetAttribLocation(GLES2Implementation* gl,
79 GLint NonCachedProgramInfoManager::GetAttribLocation( function in class:gpu::gles2::NonCachedProgramInfoManager
119 virtual GLint GetAttribLocation(GLES2Implementation* gl,
185 GLint GetAttribLocation(const std::string& name) const;
244 GLint CachedProgramInfoManager::Program::GetAttribLocation( function in class:gpu::gles2::CachedProgramInfoManager::Program
420 GLint CachedProgramInfoManager::GetAttribLocation( function in class:gpu::gles2::CachedProgramInfoManager
425 return info->GetAttribLocation(name);
H A Dgles2_interface_stub_impl_autogen.h223 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h560 void GetAttribLocation(GLuint program, function
564 gles2::cmds::GetAttribLocation* c =
565 GetCmdSpace<gles2::cmds::GetAttribLocation>();
H A Dgles2_implementation.cc1131 typedef cmds::GetAttribLocation::Result Result;
1138 helper_->GetAttribLocation(
1145 GLint GLES2Implementation::GetAttribLocation( function in class:gpu::gles2::GLES2Implementation
1150 TRACE_EVENT0("gpu", "GLES2::GetAttribLocation");
1151 GLint loc = share_group_->program_info_manager()->GetAttribLocation(
H A Dgles2_trace_implementation_impl_autogen.h390 GLint GLES2TraceImplementation::GetAttribLocation(GLuint program, function in class:GLES2TraceImplementation
392 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetAttribLocation");
393 return gl_->GetAttribLocation(program, name);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc680 GLint Program::GetAttribLocation( function in class:gpu::gles2::Program
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc546 GLint GetAttribLocation(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1407 &GetAttachedShaders, &GetAttribLocation,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h257 GLint (*GetAttribLocation)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
716 GLint (*GetAttribLocation)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc556 GLint GetAttribLocation(PP_Resource context_id, function in namespace:ppapi::__anon10171
561 return ToGles2Impl(&enter)->GetAttribLocation(program, name);
1639 &GetAttachedShaders, &GetAttribLocation,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h2598 struct GetAttribLocation { struct
2599 typedef GetAttribLocation ValueType;
2640 COMPILE_ASSERT(sizeof(GetAttribLocation) == 20,
2642 COMPILE_ASSERT(offsetof(GetAttribLocation, header) == 0,
2644 COMPILE_ASSERT(offsetof(GetAttribLocation, program) == 4,
2646 COMPILE_ASSERT(offsetof(GetAttribLocation, name_bucket_id) == 8,
2648 COMPILE_ASSERT(offsetof(GetAttribLocation, location_shm_id) == 12,
2650 COMPILE_ASSERT(offsetof(GetAttribLocation, location_shm_offset) == 16,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4605 KEYWORD1 GLint KEYWORD2 NAME(GetAttribLocation)(GLuint program, const GLchar * name) function
9452 TABLE_ENTRY(GetAttribLocation),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h773 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name);
6580 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name) function
12622 ".globl "GLAPI_PREFIX_STR(GetAttribLocation)"\n"
12623 ".set "GLAPI_PREFIX_STR(GetAttribLocation)", "GLAPI_PREFIX_STR(GetAttribLocationARB)"\n"

Completed in 4161 milliseconds