Home
last modified time | relevance | path

Searched defs:buffers (Results 176 – 200 of 210) sorted by relevance

123456789

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java565 int[] buffers, in glDeleteBuffers()
573 java.nio.IntBuffer buffers in glDeleteBuffers()
748 int[] buffers, in glGenBuffers()
756 java.nio.IntBuffer buffers in glGenBuffers()
H A DGLLogWrapper.java2812 public void glDeleteBuffers(int n, int[] buffers, int offset) { in glDeleteBuffers()
2822 public void glDeleteBuffers(int n, IntBuffer buffers) { in glDeleteBuffers()
2831 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
2841 public void glGenBuffers(int n, IntBuffer buffers) { in glGenBuffers()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp389 std::array<Entry, kBufferCount> buffers; in TEST_F() local
/aosp12/art/runtime/native/
H A Ddalvik_system_DexFile.cc245 jobjectArray buffers, in DexFile_openInMemoryDexFilesNative()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp230 void copyTestBuffers(const std::vector<const TestBuffer*>& buffers, uint8_t* output) { in copyTestBuffers()
/aosp12/frameworks/av/media/bufferpool/2.0/
H A DAccessorImpl.cpp620 auto buffers = mUsingBuffers.find(connectionId); in handleClose() local
/aosp12/frameworks/av/media/codec2/vndk/platform/
H A DC2BqBuffer.cpp607 sp<GraphicBuffer> buffers[NUM_BUFFER_SLOTS]; in configureProducer() local
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h361 std::vector<StreamBuffer> buffers; member
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp880 void *buffers; in createRecord_l() local
H A DAudioTrack.cpp1905 void* buffers; in createTrack_l() local
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputUtils.cpp1435 const hardware::hidl_vec<hardware::camera::device::V3_2::StreamBuffer>& buffers) { in returnStreamBuffers()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp257 void copyTestBuffers(const std::vector<const TestBuffer*>& buffers, uint8_t* output) { in copyTestBuffers()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp264 std::vector<sptr<SurfaceBuffer>> buffers; variable
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp1328 CirculatingBuffers& buffers = pair.second; in close() local
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp1400 list<sp<GraphicBuffer> > buffers; in numOverlays() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h618 List<RequestedBufferInfo> buffers; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1443 const auto& buffers = bindingResources.buffers; in HandleDescriptorSets() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1849 for (auto& buffers : boundBuffers_) { in UnBindBuffer() local
/aosp12/hardware/interfaces/automotive/evs/1.1/vts/functional/
H A DVtsHalEvsV1_1TargetTest.cpp2291 hidl_vec<BufferDesc> buffers; in TEST_P() local
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp509 Vector<sp<MediaCodecBuffer> > buffers; in getBuffers() local
2569 jobjectArray buffers; in android_media_MediaCodec_getBuffers() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp882 GLuint *buffers = (GLuint *) 0; in android_glDeleteBuffers__I_3II() local
932 GLuint *buffers = (GLuint *) 0; in android_glDeleteBuffers__ILjava_nio_IntBuffer_2() local
1464 GLuint *buffers = (GLuint *) 0; in android_glGenBuffers__I_3II() local
1514 GLuint *buffers = (GLuint *) 0; in android_glGenBuffers__ILjava_nio_IntBuffer_2() local
H A Dcom_google_android_gles_jni_GLImpl.cpp4572 GLuint *buffers = (GLuint *) 0; in android_glDeleteBuffers__I_3II() local
4622 GLuint *buffers = (GLuint *) 0; in android_glDeleteBuffers__ILjava_nio_IntBuffer_2() local
4682 GLuint *buffers = (GLuint *) 0; in android_glGenBuffers__I_3II() local
4732 GLuint *buffers = (GLuint *) 0; in android_glGenBuffers__ILjava_nio_IntBuffer_2() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1867 float **buffers[] = { &u->bufferAttr->bufIn, &u->bufferAttr->bufOut, in AllocateEffectBuffer() local
1886 float **buffers[] = { &u->bufferAttr->bufIn, &u->bufferAttr->bufOut, in FreeEffectBuffer() local
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp2113 int buffers = 0; in onTransact() local
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp1415 std::vector<StreamBuffer> buffers; in processCaptureResultLocked() local
1638 const hidl_vec<StreamBuffer>& buffers) { in returnStreamBuffers()
5283 hidl_handle buffers[kBurstFrameCount]; in TEST_P() local
5514 hidl_handle buffers[kBurstFrameCount]; in TEST_P() local

123456789