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

1 2

  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.h 28 void GetAttribLocation(
31 gles2::cmds::GetAttribLocation* c =
32 GetCmdSpace<gles2::cmds::GetAttribLocation>();
program_info_manager.h 30 virtual GLint GetAttribLocation(
program_info_manager.cc 31 virtual GLint GetAttribLocation(GLES2Implementation* gl,
79 GLint NonCachedProgramInfoManager::GetAttribLocation(
119 virtual GLint GetAttribLocation(GLES2Implementation* gl,
185 GLint GetAttribLocation(const std::string& name) const;
244 GLint CachedProgramInfoManager::Program::GetAttribLocation(
420 GLint CachedProgramInfoManager::GetAttribLocation(
425 return info->GetAttribLocation(name);
gles2_interface_stub_impl_autogen.h 223 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */,
    [all...]
gles2_trace_implementation_impl_autogen.h 390 GLint GLES2TraceImplementation::GetAttribLocation(GLuint program,
392 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetAttribLocation");
393 return gl_->GetAttribLocation(program, name);
    [all...]
gles2_implementation.cc     [all...]
gles2_implementation_autogen.h 201 virtual GLint GetAttribLocation(GLuint program, const char* name) OVERRIDE;
gles2_interface_autogen.h 147 virtual GLint GetAttribLocation(GLuint program, const char* name) = 0;
gles2_interface_stub_autogen.h 147 virtual GLint GetAttribLocation(GLuint program, const char* name) OVERRIDE;
gles2_trace_implementation_autogen.h 147 virtual GLint GetAttribLocation(GLuint program, const char* name) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 202 struct GetAttribLocation {
203 typedef GetAttribLocation ValueType;
245 COMPILE_ASSERT(sizeof(GetAttribLocation) == 20,
247 COMPILE_ASSERT(offsetof(GetAttribLocation, header) == 0,
249 COMPILE_ASSERT(offsetof(GetAttribLocation, program) == 4,
251 COMPILE_ASSERT(offsetof(GetAttribLocation, name_bucket_id) == 8,
253 COMPILE_ASSERT(offsetof(GetAttribLocation, location_shm_id) == 12,
255 COMPILE_ASSERT(offsetof(GetAttribLocation, location_shm_offset) == 16,
gles2_cmd_ids_autogen.h 74 OP(GetAttribLocation) /* 315 */ \
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.h 45 static GLint GetAttribLocation(GLuint program, const std::string& name);
context.cc 72 GLint Context::GetAttribLocation(GLuint program, const std::string& name) {
138 .SetMethod("getAttribLocation", GetAttribLocation)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_programs.cc 837 TEST_P(GLES2DecoderWithShaderTest, GetAttribLocation) {
840 typedef GetAttribLocation::Result Result;
844 GetAttribLocation cmd;
857 typedef GetAttribLocation::Result Result;
860 GetAttribLocation cmd;
    [all...]
program_manager.h 118 GLint GetAttribLocation(const std::string& name) const;
program_manager_unittest.cc 509 TEST_F(ProgramManagerWithShaderTest, GetAttribLocation) {
513 EXPECT_EQ(kAttrib2Location, program->GetAttribLocation(kAttrib2Name));
514 EXPECT_EQ(-1, program->GetAttribLocation(kInvalidName));
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc     [all...]
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 391 GLint pos_location = gles2_if_->GetAttribLocation(
393 GLint tc_location = gles2_if_->GetAttribLocation(
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 655 GLint pos_location = gles2_if_->GetAttribLocation(
657 GLint tc_location = gles2_if_->GetAttribLocation(
video_decode_dev.cc 651 GLint pos_location = gles2_if_->GetAttribLocation(
653 GLint tc_location = gles2_if_->GetAttribLocation(
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 73 #define glGetAttribLocation GLES2_GET_FUN(GetAttribLocation)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 556 GLint GetAttribLocation(PP_Resource context_id,
561 return ToGles2Impl(&enter)->GetAttribLocation(program, name);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 546 GLint GetAttribLocation(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 216 VISIT_GL_CALL(GetAttribLocation,

Completed in 136 milliseconds

1 2