HomeSort by relevance Sort by last modified time
    Searched defs:getAttrib (Results 1 - 8 of 8) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.cpp 48 bool EglPbufferSurface::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) {
  /frameworks/base/libs/hwui/
Program.cpp 112 int Program::getAttrib(const char* name) {
  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.cpp 87 GLuint Program::getAttrib(const char* name) const {
  /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...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 112 int getAttrib (int attribute);
142 unsigned int getAttrib (int attribute);
291 int GlxVisual::getAttrib (int attribute)
341 unsigned GlxDrawable::getAttrib (int attrib)
374 *width = getAttrib(GLX_WIDTH);
376 *height = getAttrib(GLX_HEIGHT);
425 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id;
431 requested != visual.getAttrib(it->glxAttribute))
438 if ((visual.getAttrib(GLX_DRAWABLE_TYPE) & bits) == 0)
481 if (visual.getAttrib(GLX_DOUBLEBUFFER) == False |
    [all...]

Completed in 99 milliseconds