Searched defs:sourceOffset (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetShaderSource.java | 9 int sourceOffset in glGetShaderSource()
|
D | glGetShaderSource.cpp | 4 … jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) { in android_glGetShaderSource__II_3II_3BI()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 593 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, in copyTo() 608 protected abstract void copyToInternal(byte[] target, int sourceOffset, in copyToInternal() 653 final void writeTo(OutputStream out, int sourceOffset, int numberToWrite) in writeTo() 665 abstract void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) in writeToInternal() 1288 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal() 1316 final void writeToInternal(OutputStream outputStream, int sourceOffset, int numberToWrite) in writeToInternal() 1524 protected void copyToInternal(byte[] target, int sourceOffset, int targetOffset, in copyToInternal()
|
D | NioByteString.java | 108 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal() 130 void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) throws IOException { in writeToInternal()
|
D | RopeByteString.java | 343 protected void copyToInternal(byte[] target, int sourceOffset, in copyToInternal() 390 void writeToInternal(OutputStream out, int sourceOffset, in writeToInternal()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | LiteralByteStringTest.java | 120 int sourceOffset = 213; in testCopyTo_ByteArrayOffsetLength() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 134 int sourceOffset = 213; in testCopyTo_ByteArrayOffsetLength() local
|
D | NioByteStringTest.java | 128 int sourceOffset = 213; in testCopyTo_ByteArrayOffsetLength() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1111 int sourceOffset in glGetShaderSource()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 3364 … jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) { in android_glGetShaderSource__II_3II_3BI()
|