Home
last modified time | relevance | path

Searched refs:pipelines (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedRequestProcessor.cpp63 const std::vector<EmulatedPipeline>& pipelines, in ProcessPipelineRequests() argument
72 if (request.pipeline_id >= pipelines.size()) { in ProcessPipelineRequests()
89 &request, pipelines, dynamic_stream_id_map, use_default_physical_camera); in ProcessPipelineRequests()
98 pipelines[request.pipeline_id].streams, request.pipeline_id, in ProcessPipelineRequests()
99 pipelines[request.pipeline_id].cb, /*override_width*/ 0, in ProcessPipelineRequests()
107 pipelines[request.pipeline_id].streams, request.pipeline_id, in ProcessPipelineRequests()
108 pipelines[request.pipeline_id].cb, request.input_width, in ProcessPipelineRequests()
H A DEmulatedLogicalRequestState.cpp265 HwlPipelineRequest* request, const std::vector<EmulatedPipeline>& pipelines, in UpdateRequestForDynamicStreams() argument
274 if (pipeline_id >= pipelines.size()) { in UpdateRequestForDynamicStreams()
302 const auto& current_pipeline = pipelines[pipeline_id]; in UpdateRequestForDynamicStreams()
H A DEmulatedLogicalRequestState.h82 const std::vector<EmulatedPipeline>& pipelines,
H A DEmulatedRequestProcessor.h53 const std::vector<EmulatedPipeline>& pipelines,
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java358 int[] pipelines, in glDeleteProgramPipelines() argument
366 java.nio.IntBuffer pipelines in glDeleteProgramPipelines() argument
373 int[] pipelines, in glGenProgramPipelines() argument
381 java.nio.IntBuffer pipelines in glGenProgramPipelines() argument
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp1001 GLuint *pipelines = (GLuint *) 0; in android_glDeleteProgramPipelines__I_3II() local
1018 pipelines = pipelines_base + offset; in android_glDeleteProgramPipelines__I_3II()
1022 (GLuint *)pipelines in android_glDeleteProgramPipelines__I_3II()
1045 GLuint *pipelines = (GLuint *) 0; in android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2() local
1054 if (pipelines == NULL) { in android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2()
1060 (GLuint *)pipelines in android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2()
1081 GLuint *pipelines = (GLuint *) 0; in android_glGenProgramPipelines__I_3II() local
1102 (GLuint *)pipelines in android_glGenProgramPipelines__I_3II()
1125 GLuint *pipelines = (GLuint *) 0; in android_glGenProgramPipelines__ILjava_nio_IntBuffer_2() local
1134 if (pipelines == NULL) { in android_glGenProgramPipelines__ILjava_nio_IntBuffer_2()
[all …]
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec16 void glDeleteProgramPipelines ( GLsizei n, const GLuint *pipelines )
17 void glGenProgramPipelines ( GLsizei n, GLuint *pipelines )
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1043 VkPipeline* pipelines) { in CreateGraphicsPipelines() argument
1045 pipelines[i] = AllocHandle<VkPipeline>(device, HandleType::kPipeline); in CreateGraphicsPipelines()
1054 VkPipeline* pipelines) { in CreateComputePipelines() argument
1056 pipelines[i] = AllocHandle<VkPipeline>(device, HandleType::kPipeline); in CreateComputePipelines()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in784 void API_ENTRY(glDeleteProgramPipelines)(GLsizei n, const GLuint *pipelines) {
785 CALL_GL_API(glDeleteProgramPipelines, n, pipelines);
787 void API_ENTRY(glGenProgramPipelines)(GLsizei n, GLuint *pipelines) {
788 CALL_GL_API(glGenProgramPipelines, n, pipelines);
H A Dgl2ext_api.in598 void API_ENTRY(glDeleteProgramPipelinesEXT)(GLsizei n, const GLuint *pipelines) {
599 CALL_GL_API(glDeleteProgramPipelinesEXT, n, pipelines);
601 void API_ENTRY(glGenProgramPipelinesEXT)(GLsizei n, GLuint *pipelines) {
602 CALL_GL_API(glGenProgramPipelinesEXT, n, pipelines);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1399 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPIPELINESPROC) (GLsizei n, const GLuint *pipelines);
1400 typedef void (GL_APIENTRYP PFNGLGENPROGRAMPIPELINESPROC) (GLsizei n, GLuint *pipelines);
1468 GL_APICALL void GL_APIENTRY glDeleteProgramPipelines (GLsizei n, const GLuint *pipelines);
1469 GL_APICALL void GL_APIENTRY glGenProgramPipelines (GLsizei n, GLuint *pipelines);
H A Dgl32.h1399 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPIPELINESPROC) (GLsizei n, const GLuint *pipelines);
1400 typedef void (GL_APIENTRYP PFNGLGENPROGRAMPIPELINESPROC) (GLsizei n, GLuint *pipelines);
1468 GL_APICALL void GL_APIENTRY glDeleteProgramPipelines (GLsizei n, const GLuint *pipelines);
1469 GL_APICALL void GL_APIENTRY glGenProgramPipelines (GLsizei n, GLuint *pipelines);
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dproperty_contexts252 # by devices with video decoding pipelines long enough to overflow the default
/aosp12/system/bt/gd/docs/architecture/
H A Darchitecture.md189 data processing pipelines. In the context of file descriptors, events are
/aosp12/frameworks/native/opengl/libs/
H A Dentries.in154 GL_ENTRY(void, glDeleteProgramPipelines, GLsizei n, const GLuint *pipelines)
155 GL_ENTRY(void, glDeleteProgramPipelinesEXT, GLsizei n, const GLuint *pipelines)
309 GL_ENTRY(void, glGenProgramPipelines, GLsizei n, GLuint *pipelines)
310 GL_ENTRY(void, glGenProgramPipelinesEXT, GLsizei n, GLuint *pipelines)
/aosp12/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1768 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPIPELINESEXTPROC) (GLsizei n, const GLuint *pipelines);
1769 typedef void (GL_APIENTRYP PFNGLGENPROGRAMPIPELINESEXTPROC) (GLsizei n, GLuint *pipelines);
1813 GL_APICALL void GL_APIENTRY glDeleteProgramPipelinesEXT (GLsizei n, const GLuint *pipelines);
1814 GL_APICALL void GL_APIENTRY glGenProgramPipelinesEXT (GLsizei n, GLuint *pipelines);
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dproperty_contexts310 # by devices with video decoding pipelines long enough to overflow the default
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dproperty_contexts310 # by devices with video decoding pipelines long enough to overflow the default
/aosp12/system/sepolicy/private/
H A Dproperty_contexts310 # by devices with video decoding pipelines long enough to overflow the default
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
H A Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...

12