/external/chromium_org/gpu/command_buffer/client/ |
gles2_cmd_helper.h | 51 void GetUniformLocation( 54 gles2::cmds::GetUniformLocation* c = 55 GetCmdSpace<gles2::cmds::GetUniformLocation>();
|
program_info_manager.h | 33 virtual GLint GetUniformLocation(
|
program_info_manager.cc | 35 virtual GLint GetUniformLocation(GLES2Implementation* gl, 84 GLint NonCachedProgramInfoManager::GetUniformLocation( 123 virtual GLint GetUniformLocation(GLES2Implementation* gl, 193 GLint GetUniformLocation(const std::string& name) const; 255 GLint CachedProgramInfoManager::Program::GetUniformLocation( 428 GLint CachedProgramInfoManager::GetUniformLocation( 433 return info->GetUniformLocation(name);
|
gles2_interface_stub_impl_autogen.h | 245 GLint GLES2InterfaceStub::GetUniformLocation(
|
gles2_trace_implementation_impl_autogen.h | 446 GLint GLES2TraceImplementation::GetUniformLocation( 448 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetUniformLocation"); 449 return gl_->GetUniformLocation(program, name); [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format.h | 302 struct GetUniformLocation { 303 typedef GetUniformLocation ValueType; 350 COMPILE_ASSERT(sizeof(GetUniformLocation) == 28, 352 COMPILE_ASSERT(offsetof(GetUniformLocation, header) == 0, 354 COMPILE_ASSERT(offsetof(GetUniformLocation, program) == 4, 356 COMPILE_ASSERT(offsetof(GetUniformLocation, name_shm_id) == 8, 358 COMPILE_ASSERT(offsetof(GetUniformLocation, name_shm_offset) == 12, 360 COMPILE_ASSERT(offsetof(GetUniformLocation, location_shm_id) == 16, 362 COMPILE_ASSERT(offsetof(GetUniformLocation, location_shm_offset) == 20, 364 COMPILE_ASSERT(offsetof(GetUniformLocation, data_size) == 24 [all...] |
gles2_cmd_ids_autogen.h | 101 OP(GetUniformLocation) /* 344 */ \
|
/external/chromium_org/ppapi/examples/video_capture/ |
video_capture.cc | 367 context, gles2_if_->GetUniformLocation(context, program, "y_texture"), 0); 369 context, gles2_if_->GetUniformLocation(context, program, "u_texture"), 1); 371 context, gles2_if_->GetUniformLocation(context, program, "v_texture"), 2); 374 gles2_if_->GetUniformLocation(context, program, "color_matrix"),
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 92 GET_PROC(GetUniformLocation);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 92 GET_PROC(GetUniformLocation);
|
/external/chromium_org/ppapi/tests/ |
test_graphics_3d.cc | 180 ASSERT_EQ(-1, opengl_es2_->GetUniformLocation(kBadResource, 0, NULL));
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 132 GET_PROC(GetUniformLocation);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 119 GR_GL_GET_PROC(GetUniformLocation);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 132 GET_PROC(GetUniformLocation);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 119 GR_GL_GET_PROC(GetUniformLocation);
|
/external/chromium_org/gpu/command_buffer/service/ |
test_helper.cc | 461 EXPECT_CALL(*gl, GetUniformLocation(service_id, StrEq(info.name))) 476 EXPECT_CALL(*gl, GetUniformLocation(
|
/external/chromium_org/ppapi/examples/video_decode/ |
video_decode.cc | 644 gles2_if_->GetUniformLocation( 648 shader.texcoord_scale_location = gles2_if_->GetUniformLocation(
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 91 #define glGetUniformLocation GLES2_GET_FUN(GetUniformLocation)
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 119 GR_GL_GET_PROC(GetUniformLocation);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 181 WGL_SET_PROC(GetUniformLocation);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 119 GR_GL_GET_PROC(GetUniformLocation);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 181 WGL_SET_PROC(GetUniformLocation);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 266 GetUniformLocation(programID, uniforms[i].fVariable.c_str()));
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 266 GetUniformLocation(programID, uniforms[i].fVariable.c_str()));
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 656 GLint GetUniformLocation( 660 return ToGles2Impl(&enter)->GetUniformLocation(program, name); [all...] |