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

  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 112 int getAttrib (int attribute);
142 unsigned int getAttrib (int attribute);
290 int GlxVisual::getAttrib (int attribute)
340 unsigned GlxDrawable::getAttrib (int attrib)
373 *width = getAttrib(GLX_WIDTH);
375 *height = getAttrib(GLX_HEIGHT);
424 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id;
430 requested != visual.getAttrib(it->glxAttribute))
437 if ((visual.getAttrib(GLX_DRAWABLE_TYPE) & bits) == 0)
480 if (visual.getAttrib(GLX_DOUBLEBUFFER) == False |
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 134 private String getAttrib(ExifInterface exif, String tag) {
178 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE);
180 String dateTime = getAttrib(exif, ExifInterface.TAG_DATETIME);
181 String exposureTime = getAttrib(exif, ExifInterface.TAG_EXPOSURE_TIME);
186 String gpsDatestamp = getAttrib(exif, ExifInterface.TAG_GPS_DATESTAMP);
192 String gpsProcessingMethod = getAttrib(exif, ExifInterface.TAG_GPS_PROCESSING_METHOD);
193 String gpsTimestamp = getAttrib(exif, ExifInterface.TAG_GPS_TIMESTAMP);
197 String iso = getAttrib(exif, ExifInterface.TAG_ISO);
198 String make = getAttrib(exif, ExifInterface.TAG_MAKE);
199 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 {
  /external/skia/src/gpu/gl/builders/
GrGLVertexShaderBuilder.cpp 31 this->addAttribute(&gp.getAttrib(i));
76 GL_CALL(BindAttribLocation(programID, i, primProc.getAttrib(i).fName));
  /external/skia/src/gpu/
GrPrimitiveProcessor.h 142 const Attribute& getAttrib(int index) const {
  /frameworks/base/libs/hwui/
Program.cpp 112 int Program::getAttrib(const char* name) {
Program.h 335 int getAttrib(const char* name);
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 294 colorLocation = fill.program->getAttrib("colors");
302 alphaLocation = fill.program->getAttrib("vtxAlpha");
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 313 milliseconds