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

  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemAttributes.java 35 IS_IMAGE,
81 return mAttributes.contains(Attributes.IS_IMAGE);
PhotoItem.java 61 .with(Attributes.IS_IMAGE)
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 62 if param.is_image():
glX_proto_send.py 58 if param.is_image():
102 if p.is_image():
520 if not param.is_image():
594 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
666 if p.is_image():
685 if output.is_image():
755 if p.is_image():
824 if param.is_image():
    [all...]
gl_XML.py 486 def is_image(self): member in class:gl_parameter
551 if self.is_image():
583 elif self.is_image():
702 if param.is_image():
glX_proto_recv.py 232 if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list or len(param.count_parameter_list):
278 if param.is_image():
glX_XML.py 360 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
  /art/dex2oat/
dex2oat.cc 483 static bool UseSwap(bool is_image, std::vector<const DexFile*>& dex_files) {
484 if (is_image) {
    [all...]

Completed in 151 milliseconds