HomeSort by relevance Sort by last modified time
    Searched refs:GLuint (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/skia/src/gl/
SkGL.cpp 247 GLuint SkGL::BindNewTexture(const SkBitmap& origBitmap, SkPoint* max) {
267 GLuint textureName;
SkGL.h 265 static GLuint BindNewTexture(const SkBitmap&, SkPoint* dimension);
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 344 GLuint* textureName, GLfloat* uOut, GLfloat* vOut);
390 GLuint mWormholeTexName;
LayerBuffer.cpp 377 GLuint name;
380 SurfaceFlinger* flinger, GLuint name)
SurfaceFlinger.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 195 GLuint texture;
  /frameworks/base/opengl/tests/gl_jni/jni/
gl_code.cpp 14 GLuint texture;
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 23 GLuint texture;
  /frameworks/base/opengl/tools/glgen/stubs/gles11/
GLES20cHeader.cpp 144 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 611 extern void gl3DfxSetPaletteEXT(GLuint *pal);
633 gl3DfxSetPaletteEXT((GLuint *)table);
gl_vidlinuxglx.c 559 extern void gl3DfxSetPaletteEXT(GLuint *pal);
581 gl3DfxSetPaletteEXT((GLuint *)table);
  /frameworks/base/opengl/libagl/
state.cpp 222 void glStencilFunc(GLenum func, GLint ref, GLuint mask) {
535 void glStencilMask(GLuint mask) {
array.cpp     [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 120 void (*qgl3DfxSetPaletteEXT) (GLuint *);
553 qgl3DfxSetPaletteEXT((GLuint *)table);
gl_draw.cpp 127 static const GLuint UNUSED = (GLuint) -2;
128 static const GLuint PAGED_OUT = (GLuint) -1;
134 GLuint real_texnum; // UNUSED, PAGED_OUT
    [all...]
gl_vidlinuxglx.cpp 102 void (*qgl3DfxSetPaletteEXT) (GLuint *);
667 qgl3DfxSetPaletteEXT((GLuint *)table);
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 21 GLuint texture;
  /frameworks/base/include/private/opengles/
gl_context.h 351 GLuint name;
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm     [all...]

Completed in 987 milliseconds

1 2 34