OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGLuint
(Results
1 - 2
of
2
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
40
typedef uint32_t
GGLuint
; // ui
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/
pixelflinger.cpp
102
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 10 milliseconds