OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglGetPixelFormatTable
(Results
1 - 5
of
5
) sorted by null
/system/core/libpixelflinger/
format.cpp
70
const GGLFormat*
gglGetPixelFormatTable
(size_t* numEntries)
pixelflinger.cpp
793
c->formats =
gglGetPixelFormatTable
();
/system/core/include/pixelflinger/
format.h
128
extern "C" const GGLFormat*
gglGetPixelFormatTable
(size_t* numEntries = 0);
130
const GGLFormat*
gglGetPixelFormatTable
(size_t* numEntries);
/frameworks/native/opengl/libagl/
state.cpp
371
GGLFormat const * formats =
gglGetPixelFormatTable
();
377
GGLFormat const * formats =
gglGetPixelFormatTable
();
383
GGLFormat const * formats =
gglGetPixelFormatTable
();
389
GGLFormat const * formats =
gglGetPixelFormatTable
();
egl.cpp
352
pixelFormatTable =
gglGetPixelFormatTable
();
[
all
...]
Completed in 8165 milliseconds