HomeSort by relevance Sort by last modified time
    Searched refs:objectSize (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/libs/hwui/tests/unit/
GradientCacheTests.cpp 36 ASSERT_EQ((uint32_t) texture->objectSize(), cache.getSize());
TextDropShadowCacheTests.cpp 51 ASSERT_EQ((uint32_t) texture->objectSize(), cache.getSize());
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp     [all...]
Types.h 90 size_t objectSize() const
309 return interfaceBlock->objectSize();
SymbolTable.cpp 105 return getStruct()->objectSize();
  /frameworks/av/media/mtp/
MtpDevice.h 121 uint32_t objectSize, void* clientData);
152 // If |objectSize| is not NULL, it checks object size before reading data bytes.
155 const uint32_t* objectSize,
157 // If |objectSize| is not NULL, it checks object size before reading data bytes.
159 const uint32_t* objectSize,
  /frameworks/base/libs/hwui/
GpuMemoryTracker.h 45 int objectSize() { return mSize; }
GradientCache.cpp 100 mSize -= texture->objectSize();
170 LOG_ALWAYS_FATAL_IF((int)size != texture->objectSize(),
171 "size != texture->objectSize(), size %" PRIu32 ", objectSize %d"
173 size, texture->objectSize(), info.width, bytesPerPixel());
TextDropShadowCache.cpp 129 mSize -= texture->objectSize();
195 mSize += texture->objectSize();
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 203 * @param objectSize the size of the object (this should match
207 public @Nullable byte[] getObject(int objectHandle, int objectSize) {
208 Preconditions.checkArgumentNonnegative(objectSize, "objectSize should not be negative");
209 return native_get_object(objectHandle, objectSize);
410 * fetch 4GB+ object size correctly. If the device does not support objectSize property, it
428 private native byte[] native_get_object(int objectHandle, long objectSize);
430 int objectHandle, long offset, long objectSize, byte[] buffer) throws IOException;
432 int objectHandle, long offset, long objectSize, byte[] buffer) throws IOException;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 341 int objectSize = getType().computeNumComponents();
372 resultSize = objectSize;
376 resultSize = objectSize;
390 for (int i = 0; i < objectSize; i++)
396 for (int i = 0; i < objectSize; i++)
405 for (int i = 0; i < objectSize; i++) {
415 for (int i = 0; i < objectSize; i++) {
445 objectSize = 0;
448 for (int i = 0; i < objectSize; i++) {
638 int objectSize;
    [all...]
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 63 uint32_t getSizeInBytes() { return texture.objectSize(); }
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 373 * @param objectSize the size of the object (this should match
377 public byte[] getObject(String deviceName, int objectHandle, int objectSize) {
382 return device.getObject(objectHandle, objectSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 399 * @param objectSize the size of the object (this should match
403 public byte[] getObject(String deviceName, int objectHandle, int objectSize) {
408 return device.getObject(objectHandle, objectSize);
  /external/caliper/lib/
java-allocation-instrumenter-2.0.jar 
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 395 uint32_t objectSize;
396 if (!check_uint32_arg(env, "objectSize", objectSizeLong, &objectSize)) {
405 ScopedLocalRef<jbyteArray> array(env, env->NewByteArray(objectSize));
413 if (device->readObject(objectID, JavaArrayWriter::writeTo, objectSize, &writer)) {
    [all...]
  /external/flatbuffers/python/flatbuffers/
builder.py 240 objectSize = UOffsetTFlags.py_type(objectOffset - self.objectEnd)
241 self.PrependVOffsetT(VOffsetTFlags.py_type(objectSize))
  /external/flatbuffers/go/
builder.go 155 objectSize := objectOffset - b.objectEnd
156 b.PrependVOffsetT(VOffsetT(objectSize))
  /libcore/ojluni/src/main/java/java/lang/
Class.java 191 * See also {@link Class#objectSize}.
224 private transient int objectSize;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
google-api-services-storage-v1-rev82-1.22.0.jar 
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 

Completed in 1078 milliseconds

1 2