Searched refs:wrap (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java79 public static GL wrap(GL gl, int configFlags, Writer log) { method in class:GLDebugHelper
100 public static EGL wrap(EGL egl, int configFlags, Writer log) { method in class:GLDebugHelper
/frameworks/base/libs/hwui/
H A DTexture.h38 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false, argument
40 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
105 * Last wrap modes set on this texture. Defaults to GL_CLAMP_TO_EDGE.
H A DLayer.h213 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) { argument
214 texture.setWrap(wrap, bindTexture, force, renderTarget);
H A DProgram.h292 static inline uint32_t getEnumForWrap(GLenum wrap) { argument
293 switch (wrap) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/base/core/java/android/text/style/
H A DCharacterStyle.java32 * regions, you can use this method to wrap it with a new object that
36 public static CharacterStyle wrap(CharacterStyle cs) { method in class:CharacterStyle
46 * that were generated by {@link #wrap}, returns the underlying
/frameworks/base/core/java/android/util/
H A DExceptionUtils.java33 public static RuntimeException wrap(IOException e) { method in class:ExceptionUtils
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DOutputStreamTarget.java53 data = ByteBuffer.wrap(stringVal.getBytes());
H A DInputStreamSource.java75 byteBuffer = ByteBuffer.wrap(byteStream.toByteArray());
/frameworks/support/v4/java/android/support/v4/app/
H A DNoSaveStateFrameLayout.java31 static ViewGroup wrap(View child) { method in class:NoSaveStateFrameLayout
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java139 return ByteBuffer.wrap(bval).get();
149 return ByteBuffer.wrap(bval).getShort();
159 return ByteBuffer.wrap(bval).getInt();
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexAppParameters.java139 return ByteBuffer.wrap(bval).get();
149 return ByteBuffer.wrap(bval).getShort();
159 return ByteBuffer.wrap(bval).getInt();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiParser.java88 ByteBuffer buf = ByteBuffer.wrap(ie.data);
199 ByteBuffer buf = ByteBuffer.wrap(ie.data);
/frameworks/rs/cpu_ref/linkloader/android/
H A Dlibrsloader.cpp31 static inline RSExecRef wrap(ELFObject<64> *object) { function
35 static inline RSExecRef wrap(ELFObject<32> *object) { function
81 return wrap(object.release());
/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java96 ByteBuffer buffer = ByteBuffer.wrap(data);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java112 setGenericObjectValue(ByteBuffer.wrap(buffer.array(), offset, length));
H A DGLFrame.java171 return ByteBuffer.wrap(getNativeData());
222 return ByteBuffer.wrap(getNativeData());
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java33 private final ByteBuffer mByteBuffer = ByteBuffer.wrap(mByteArray);
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java177 fileChannel.write(ByteBuffer.wrap(buffer, offset, length));
287 ByteBuffer header = ByteBuffer.wrap(headerBuf);
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java68 s.setSpan(CharacterStyle.wrap(mark), 3, 7,
72 s.setSpan(CharacterStyle.wrap(new TypefaceSpan("mono")), 8, 9,
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java210 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
216 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
H A DVirtualizerTest.java207 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
213 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemBridgeAdapter.java55 public abstract void wrap(View wrapper, View wrapped); method in class:ItemBridgeAdapter.Wrapper
245 mWrapper.wrap(view, presenterVh.view);
H A DVerticalGridPresenter.java167 public void wrap(View wrapper, View wrapped) {
168 ((ShadowOverlayContainer) wrapper).wrap(wrapped);

Completed in 3685 milliseconds

123