HomeSort by relevance Sort by last modified time
    Searched refs:texEnvi (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/minui/
graphics.c 220 gl->texEnvi(gl, GGL_TEXTURE_ENV, GGL_TEXTURE_ENV_MODE, GGL_REPLACE);
251 gl->texEnvi(gl, GGL_TEXTURE_ENV, GGL_TEXTURE_ENV_MODE, GGL_REPLACE);
  /system/core/include/pixelflinger/
pixelflinger.h 251 void (*texEnvi)(void* c, GGLenum target,
  /frameworks/native/opengl/libagl/
texture.cpp 260 ggl->texEnvi(ggl, GGL_TEXTURE_ENV, GGL_TEXTURE_ENV_MODE, GGL_REPLACE);
976 c->rasterizer.procs.texEnvi(c, target, pname, GLint(param));
984 c->rasterizer.procs.texEnvi(c, target, pname, GLint(*params));
1000 c->rasterizer.procs.texEnvi(c, target, pname, param);
    [all...]
  /system/core/libpixelflinger/
pixelflinger.cpp 768 GGL_INIT_PROC(procs, texEnvi);

Completed in 50 milliseconds