Searched refs:getAttrib (Results 1 – 11 of 11) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglPixmapSurface.h | 30 bool getAttrib(EGLint attrib,EGLint* val);
|
D | EglWindowSurface.h | 30 bool getAttrib(EGLint attrib,EGLint* val);
|
D | EglPixmapSurface.cpp | 40 bool EglPixmapSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib() function in EglPixmapSurface
|
D | EglWindowSurface.cpp | 41 bool EglWindowSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib() function in EglWindowSurface
|
D | EglPbufferSurface.cpp | 48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib() function in EglPbufferSurface
|
D | EglPbufferSurface.h | 34 bool getAttrib(EGLint attrib,EGLint* val);
|
D | EglSurface.h | 40 virtual bool getAttrib(EGLint attrib,EGLint* val) = 0;
|
D | EglContext.h | 44 bool getAttrib(EGLint attrib,EGLint* value);
|
D | EglContext.cpp | 71 bool EglContext::getAttrib(EGLint attrib,EGLint* value) { in getAttrib() function in EglContext
|
D | EglMacApi.cpp | 147 srfc->getAttrib(EGL_MIPMAP_TEXTURE,&hasMipmap); in createPbufferSurface() 187 draw->getAttrib(EGL_MIPMAP_TEXTURE,&hasMipmap); in makeCurrent()
|
D | EglImp.cpp | 589 if(!srfc->getAttrib(attribute,value)) { in eglQuerySurface() 769 if(!ctx->getAttrib(attribute,value)){ in eglQueryContext()
|