/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglPixmapSurface.h | 30 bool getAttrib(EGLint attrib,EGLint* val);
|
EglWindowSurface.h | 30 bool getAttrib(EGLint attrib,EGLint* val);
|
EglPbufferSurface.cpp | 48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) {
|
EglPbufferSurface.h | 34 bool getAttrib(EGLint attrib,EGLint* val);
|
EglPixmapSurface.cpp | 40 bool EglPixmapSurface::getAttrib(EGLint attrib,EGLint* val) {
|
EglWindowSurface.cpp | 41 bool EglWindowSurface::getAttrib(EGLint attrib,EGLint* val) {
|
EglContext.cpp | 71 bool EglContext::getAttrib(EGLint attrib,EGLint* value) {
|
EglContext.h | 44 bool getAttrib(EGLint attrib,EGLint* value);
|
EglSurface.h | 40 virtual bool getAttrib(EGLint attrib,EGLint* val) = 0;
|
EglMacApi.cpp | 147 srfc->getAttrib(EGL_MIPMAP_TEXTURE,&hasMipmap); 187 draw->getAttrib(EGL_MIPMAP_TEXTURE,&hasMipmap);
|
EglImp.cpp | 589 if(!srfc->getAttrib(attribute,value)) { 769 if(!ctx->getAttrib(attribute,value)){ [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
SnapshotDialogFragment.java | 121 private String getAttrib(ExifInterface exif, String tag) { 157 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE); 159 String dateTime = getAttrib(exif, ExifInterface.TAG_DATETIME); 160 String exposureTime = getAttrib(exif, ExifInterface.TAG_EXPOSURE_TIME); 165 String gpsDatestamp = getAttrib(exif, ExifInterface.TAG_GPS_DATESTAMP); 171 String gpsProcessingMethod = getAttrib(exif, ExifInterface.TAG_GPS_PROCESSING_METHOD); 172 String gpsTimestamp = getAttrib(exif, ExifInterface.TAG_GPS_TIMESTAMP); 176 String iso = getAttrib(exif, ExifInterface.TAG_ISO); 177 String make = getAttrib(exif, ExifInterface.TAG_MAKE); 178 String model = getAttrib(exif, ExifInterface.TAG_MODEL) [all...] |
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Program.h | 49 GLuint getAttrib(const char* name) const;
|
Program.cpp | 87 GLuint Program::getAttrib(const char* name) const {
|
/frameworks/base/libs/hwui/ |
Program.cpp | 120 int Program::getAttrib(const char* name) {
|
Program.h | 333 int getAttrib(const char* name);
|
OpenGLRenderer.cpp | [all...] |