Home
last modified time | relevance | path

Searched refs:bitmapBuffer (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/X86/
Ddynamic-alloca-lifetime.ll21 %bitmapBuffer = alloca [8192 x i8], align 1
32 %tmp = getelementptr inbounds [8192 x i8], [8192 x i8]* %bitmapBuffer, i32 0, i32 0
/external/llvm-project/llvm/test/CodeGen/X86/
Ddynamic-alloca-lifetime.ll21 %bitmapBuffer = alloca [8192 x i8], align 1
32 %tmp = getelementptr inbounds [8192 x i8], [8192 x i8]* %bitmapBuffer, i32 0, i32 0
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DEglRendererTest.java234 ByteBuffer bitmapBuffer = ByteBuffer.allocateDirect(bitmap.getByteCount()); in checkBitmapContent() local
235 bitmap.copyPixelsToBuffer(bitmapBuffer); in checkBitmapContent()
239 int value = bitmapBuffer.get(i) & 0xFF; in checkBitmapContent()
243 Logging.d(TAG, "Bitmap content: " + Arrays.toString(bitmapBuffer.array())); in checkBitmapContent()
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Ddynamic-alloca-lifetime.ll24 %bitmapBuffer = alloca [8192 x i8], align 1
35 %tmp = getelementptr inbounds [8192 x i8], [8192 x i8]* %bitmapBuffer, i32 0, i32 0
/external/webrtc/sdk/android/api/org/webrtc/
DEglRenderer.java737 final ByteBuffer bitmapBuffer = ByteBuffer.allocateDirect(scaledWidth * scaledHeight * 4); in notifyCallbacks() local
740 0, 0, scaledWidth, scaledHeight, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, bitmapBuffer); in notifyCallbacks()
746 bitmap.copyPixelsFromBuffer(bitmapBuffer); in notifyCallbacks()