HomeSort by relevance Sort by last modified time
    Searched defs:getActiveUniform (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 92 bool FakeWebGraphicsContext3D::getActiveUniform(
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Program.cpp 437 void Program::getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
442 return programBinary->getActiveUniform(index, bufsize, length, size, type, name);
ProgramBinary.cpp     [all...]
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 76 bool TestWebGraphicsContext3D::getActiveUniform(WebKit::WebGLId program,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 434 bool GraphicsContext3D::getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo& info)
437 if (!m_impl->getActiveUniform(program, index, webInfo))
    [all...]
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 498 virtual bool getActiveUniform(WebGLId program,
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 873 bool WebGraphicsContext3DCommandBufferImpl::getActiveUniform(
888 gl_->GetActiveUniform(
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 623 bool WebGraphicsContext3DInProcessCommandBufferImpl::getActiveUniform(
639 gl_->GetActiveUniform(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 128 virtual bool getActiveUniform(WebGLId program, WGC3Duint index, ActiveInfo&) { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 221 milliseconds