OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachmentExists
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp
179
const bool
attachmentExists
[] =
194
if (
attachmentExists
[ndx])
570
if (
attachmentExists
(GL_BACK))
586
if (
attachmentExists
(GL_DEPTH))
602
if (
attachmentExists
(GL_STENCIL))
619
bool
attachmentExists
(GLenum attachment)
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java
648
public static boolean
attachmentExists
(Context context, Attachment attachment) {
691
LogUtils.w(LogUtils.TAG, re, "
attachmentExists
RuntimeException");
710
if (!
attachmentExists
(context, att)) {
/packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java
146
if (Utility.
attachmentExists
(mContext, attachment)
Completed in 77 milliseconds