OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGLNativeInternalDisplayType
(Results
1 - 10
of
10
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h
36
void queryConfigs(
EGLNativeInternalDisplayType
dpy,int renderable_type,ConfigsList& listOut);
37
bool releasePbuffer(
EGLNativeInternalDisplayType
dis,EGLNativeSurfaceType pb);
38
bool destroyContext(
EGLNativeInternalDisplayType
dpy,EGLNativeContextType ctx);
39
bool releaseDisplay(
EGLNativeInternalDisplayType
dpy);
40
bool validNativeWin(
EGLNativeInternalDisplayType
dpy,EGLNativeSurfaceType win);
41
bool validNativeWin(
EGLNativeInternalDisplayType
dpy,EGLNativeWindowType win);
42
bool validNativePixmap(
EGLNativeInternalDisplayType
dpy,EGLNativeSurfaceType pix);
43
bool checkWindowPixelFormatMatch(
EGLNativeInternalDisplayType
dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height);
44
bool checkPixmapPixelFormatMatch(
EGLNativeInternalDisplayType
dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height);
45
bool makeCurrent(
EGLNativeInternalDisplayType
dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType)
[
all
...]
EglGlobalInfo.h
33
EglDisplay* addDisplay(EGLNativeDisplayType dpy,
EGLNativeInternalDisplayType
idpy);
37
EGLNativeInternalDisplayType
getDefaultNativeDisplay(){ return m_default;};
38
EGLNativeInternalDisplayType
generateInternalDisplay(EGLNativeDisplayType dpy);
58
EGLNativeInternalDisplayType
m_default;
EglDisplay.h
41
EglDisplay(
EGLNativeInternalDisplayType
dpy,bool isDefault = true);
42
EGLNativeInternalDisplayType
nativeType();
75
EGLNativeInternalDisplayType
m_dpy;
EglWindowsApi.cpp
211
EGLNativeInternalDisplayType
getDefaultDisplay() {
218
return static_cast<
EGLNativeInternalDisplayType
>(dpy);
221
EGLNativeInternalDisplayType
getInternalDisplay(EGLNativeDisplayType display){
228
static HDC getDummyDC(
EGLNativeInternalDisplayType
display,int cfgId){
310
bool releaseDisplay(
EGLNativeInternalDisplayType
dpy) {
315
void deleteDisplay(
EGLNativeInternalDisplayType
idpy){
336
EglConfig* pixelFormatToConfig(
EGLNativeInternalDisplayType
display,int renderableType,EGLNativePixelFormatType* frmt,int index){
406
void queryConfigs(
EGLNativeInternalDisplayType
display,int renderableType,ConfigsList& listOut) {
429
bool validNativeWin(
EGLNativeInternalDisplayType
dpy,EGLNativeWindowType win) {
433
bool validNativeWin(
EGLNativeInternalDisplayType
dpy,EGLNativeSurfaceType win)
[
all
...]
EglGlobalInfo.cpp
52
EglDisplay* EglGlobalInfo::addDisplay(EGLNativeDisplayType dpy,
EGLNativeInternalDisplayType
idpy) {
93
EGLNativeInternalDisplayType
EglGlobalInfo::generateInternalDisplay(EGLNativeDisplayType dpy){
EglMacApi.cpp
216
EGLNativeInternalDisplayType
getInternalDisplay(EGLNativeDisplayType dpy){
217
return (
EGLNativeInternalDisplayType
)dpy;
220
void deleteDisplay(
EGLNativeInternalDisplayType
idpy){
EglDisplay.cpp
21
EglDisplay::EglDisplay(
EGLNativeInternalDisplayType
dpy,bool isDefault) :
59
EGLNativeInternalDisplayType
EglDisplay::nativeType(){return m_dpy;}
EglX11Api.cpp
303
EGLNativeInternalDisplayType
getInternalDisplay(EGLNativeDisplayType dpy){
307
void deleteDisplay(
EGLNativeInternalDisplayType
idpy){
EglImp.cpp
154
EGLNativeInternalDisplayType
internalDisplay = NULL;
726
EGLNativeInternalDisplayType
nativeDisplay = dpy->nativeType();
883
EGLNativeInternalDisplayType
nativeDisplay = dpy->nativeType();
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h
40
typedef DISPLAY
EGLNativeInternalDisplayType
;
48
typedef EGLNativeDisplayType
EGLNativeInternalDisplayType
;
62
typedef EGLNativeDisplayType
EGLNativeInternalDisplayType
;
Completed in 4243 milliseconds