Searched defs:formats (Results 1 - 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DTestAttributeInfo.java36 public TestAttributeInfo(String name, EnumSet<Format> formats, String definedBy, argument
40 this.mFormats = formats;
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
H A DTextureUtils.cpp23 int getCompressedFormats(int* formats){ argument
24 if(formats){
26 formats[0] = GL_PALETTE4_RGBA8_OES;
27 formats[1] = GL_PALETTE4_RGBA4_OES;
28 formats[2] = GL_PALETTE8_RGBA8_OES;
29 formats[3] = GL_PALETTE8_RGBA4_OES;
30 formats[4] = GL_PALETTE4_RGB8_OES;
31 formats[5] = GL_PALETTE8_RGB8_OES;
32 formats[6] = GL_PALETTE4_RGB5_A1_OES;
33 formats[
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
H A DValueCompleterTest.java41 String property, EnumSet<Format> formats, String[] values,
46 new TestAttributeInfo(property, formats, "unittest", values, values, null);
40 checkCompletion(String text, int offset, String property, EnumSet<Format> formats, String[] values, List<String> expected) argument
/sdk/emulator/opengl/host/libs/GLESv2_dec/
H A DGL2Decoder.cpp92 void GL2Decoder::s_glGetCompressedTextureFormats(void *self, int count, GLint *formats) argument
99 fprintf(stderr, "%s: GetCompressedTextureFormats: The requested number of formats does not match the number that is reported by OpenGL\n", __FUNCTION__);
101 ctx->glGetIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, formats);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
H A DAttributeInfo.java71 * @param formats The formats of the attribute. Cannot be null.
74 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats) { argument
76 mFormats = formats;
81 * @param formats The formats of the attribute. Cannot be null.
85 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats, String javadoc) { argument
87 mFormats = formats;
114 /** Returns the formats of the attribute. Cannot be null.
213 // All other formats requir
[all...]

Completed in 94 milliseconds