HomeSort by relevance Sort by last modified time
    Searched full:getactiveuniform (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.h 117 void getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
Program.cpp     [all...]
libGLESv2.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 72 // Return value from getActiveUniform and getActiveAttrib.
226 virtual bool getActiveUniform(WebGLId program, WGC3Duint index, ActiveInfo&) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 498 bool GraphicsContext3DInternal::getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo& info)
501 if (!m_impl->getActiveUniform(program, index, webInfo))
    [all...]
GraphicsContext3DInternal.h 137 bool getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo&);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 199 glGetActiveUniformType getActiveUniform;
363 getActiveUniform = GET_PROC_ADDRESS(glGetActiveUniform);
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 142 PassRefPtr<WebGLActiveInfo> getActiveUniform(WebGLProgram*, GC3Duint index, ExceptionCode&);
WebGLRenderingContext.idl 521 [StrictTypeChecking] WebGLActiveInfo getActiveUniform(in WebGLProgram program, in unsigned long index) raises (DOMException);
    [all...]
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 663 bool getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo&);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 695 bool GraphicsContext3D::getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo& info)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 422 #define glGetActiveUniform MANGLE(GetActiveUniform)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 422 #define glGetActiveUniform MANGLE(GetActiveUniform)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 422 #define glGetActiveUniform MANGLE(GetActiveUniform)
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 938 * GetActiveUniform will return the name of the array in name,
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 471 (gl::Program::getActiveUniform):
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
mandreel.js     [all...]
  /external/webkit/Source/WebKit/chromium/
ChangeLog-2011-02-16     [all...]

Completed in 997 milliseconds