Searched refs:Format (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/rs/cpu_ref/linkloader/utils/
H A Draw_ostream.h21 #include <llvm/Support/Format.h>
29 char const * = "", // Format string.
30 ...); // Format variable.
H A Draw_ostream.cpp20 #include <llvm/Support/Format.h>
31 char const *format_s, // Format string.
32 ...) { // Format variable.
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h22 jstring getMimeTypeString(JNIEnv* env, SkImageDecoder::Format format);
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionNoBits.hxx24 #include <llvm/Support/Format.h>
H A DELFHeader.hxx23 #include <llvm/Support/Format.h>
H A DELFReloc.hxx22 #include <llvm/Support/Format.h>
H A DELFSectionHeader.hxx21 #include <llvm/Support/Format.h>
H A DELFSectionProgBits.hxx23 #include <llvm/Support/Format.h>
H A DELFSectionStrTab.hxx23 #include <llvm/Support/Format.h>
/frameworks/rs/cpu_ref/linkloader/lib/
H A DELFTypes.cpp19 #include <llvm/Support/Format.h>
/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java123 * Format describes the pixel format of textures in the fixed
127 public enum Format { enum in class:ProgramFragmentFixedFunction.Builder
146 Format(int id) { method in class:ProgramFragmentFixedFunction.Builder.Format
153 Format format;
154 Slot(EnvMode _env, Format _fmt) {
251 public Builder setTexture(EnvMode env, Format fmt, int slot)
/frameworks/native/include/input/
H A DKeyCharacterMap.h55 enum Format { enum in class:android::KeyCharacterMap
72 static status_t load(const String8& filename, Format format, sp<KeyCharacterMap>* outMap);
76 const char* contents, Format format, sp<KeyCharacterMap>* outMap);
194 Format mFormat;
199 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
232 static status_t load(Tokenizer* tokenizer, Format format, sp<KeyCharacterMap>* outMap);
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h104 VO_AUDIO_FORMAT Format; /*!< Sample rate */ member in struct:__anon425
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboRS.java62 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java84 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c277 pOutInfo->Format.Channels = hAacEnc->config.nChannelsOut;
278 pOutInfo->Format.SampleRate = hAacEnc->config.sampleRate;
279 pOutInfo->Format.SampleBits = 16;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java215 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
248 ProgramFragmentFixedFunction.Builder.Format.RGB, 0);
256 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
H A DMeshTest.java155 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java93 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java74 private HashMap<Character,Format> formatStart;
106 this.formatStart = new HashMap<Character,Format>();
509 addToken(new Format(ch, false));
511 Format start = formatStart.get(key);
519 start = new Format(ch, true);
530 Format end = new Format(key.charValue(), false);
1177 public static class Format extends Token { class in class:AbstractMessageParser
1182 public Format(char ch, boolean start) { method in class:AbstractMessageParser.Format
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java100 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
H A DFBOTestRS.java99 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java114 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
H A DSimpleModelRS.java98 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java105 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);

Completed in 2751 milliseconds

12