/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
CustomFilterCompiledProgram.cpp | 121 m_meshBoxLocation = m_context->getUniformLocation(m_program, "u_meshBox"); 122 m_tileSizeLocation = m_context->getUniformLocation(m_program, "u_tileSize"); 123 m_meshSizeLocation = m_context->getUniformLocation(m_program, "u_meshSize"); 124 m_projectionMatrixLocation = m_context->getUniformLocation(m_program, "u_projectionMatrix"); 125 m_samplerSizeLocation = m_context->getUniformLocation(m_program, "u_textureSize"); 126 m_contentSamplerLocation = m_context->getUniformLocation(m_program, "u_contentTexture"); 130 m_samplerLocation = m_context->getUniformLocation(m_program, "css_u_texture"); 138 return m_context->getUniformLocation(m_program, name);
|
/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);
|
/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-trace/trace-viewer/test_data/ |
huge_trace.json | [all...] |
/external/chromium_org/chrome/browser/resources/tracing/tests/ |
huge_trace.json | [all...] |
/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/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/mesa/src/src/mapi/glapi/gen/ |
gles_api.py | 363 "GetUniformLocation",
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 119 GR_GL_GET_PROC(GetUniformLocation);
|
/external/mesa3d/src/mapi/glapi/gen/ |
gles_api.py | 363 "GetUniformLocation",
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 119 GR_GL_GET_PROC(GetUniformLocation);
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_scaling.cc | [all...] |
/external/chromium_org/cc/test/ |
fake_web_graphics_context_3d.cc | 187 blink::WGC3Dint FakeWebGraphicsContext3D::getUniformLocation(
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_bind_uniform_location.txt | 101 GetUniformLocation.
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 91 #define glGetUniformLocation GLES2_GET_FUN(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/angle/src/libGLESv2/ |
ProgramBinary.h | 77 GLint getUniformLocation(std::string name);
|
/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/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/mac/ |
GrGLCreateNativeInterface_mac.cpp | 132 GET_PROC(GetUniformLocation);
|