OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkPixmapPixelFormatMatch
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h
45
bool
checkPixmapPixelFormatMatch
(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height);
EglMacApi.cpp
138
bool
checkPixmapPixelFormatMatch
(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglX11Api.cpp
213
bool
checkPixmapPixelFormatMatch
(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglWindowsApi.cpp
460
bool
checkPixmapPixelFormatMatch
(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height){
EglImp.cpp
562
if(!EglOS::
checkPixmapPixelFormatMatch
(dpy->nativeType(),pixmap,cfg,&width,&height)) {
[
all
...]
Completed in 500 milliseconds