Searched refs:GGLuint (Results 1 - 2 of 2) sorted by relevance

/system/core/include/pixelflinger/
H A Dpixelflinger.h40 typedef uint32_t GGLuint; // ui typedef
189 GGLuint width; // width in pixels
190 GGLuint height; // height in pixels
217 void (*activeTexture)(void* c, GGLuint tmu);
222 void (*bindTextureLod)(void* c, GGLuint tmu, const GGLSurface* surface);
283 void (*stencilMask)(void* c, GGLuint mask);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp102 static void ggl_bindTextureLod(void* con, GGLuint tmu,const GGLSurface* surface)
499 static void ggl_activeTexture(void* con, GGLuint tmu)
502 if (tmu >= GGLuint(GGL_TEXTURE_UNIT_COUNT)) {
538 static void ggl_stencilMask(void* con, GGLuint mask)

Completed in 4 milliseconds