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

  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 336 * @param numAttachments how many attachments to add
340 private Message prepareLegacyMessageWithAttachments(int numAttachments,
342 BodyPart[] attachmentParts = new BodyPart[numAttachments];
343 for (int i = 0; i < numAttachments; ++i) {
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h 761 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
763 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 605 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
607 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2ext.h 616 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
618 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2ext.h 618 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
620 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 654 * @param numAttachments how many attachments to create
656 private void populateAccountMailbox(Account account, long mailboxId, int numAttachments)
667 for (int count = 0; count < numAttachments; count++) {
ProviderTests.java     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h     [all...]
  /frameworks/base/opengl/include/GLES/
glext.h     [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 1251 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments)
1253 getDispatch()->glDiscardFramebufferEXT(target, numAttachments, attachments);
    [all...]
  /frameworks/base/opengl/libs/
glesv2dbg_functions.h 87 GL_ENTRY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *attachments)

Completed in 443 milliseconds