/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedRequestProcessor.cpp | 63 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 D | EmulatedLogicalRequestState.cpp | 265 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 D | EmulatedLogicalRequestState.h | 82 const std::vector<EmulatedPipeline>& pipelines,
|
H A D | EmulatedRequestProcessor.h | 53 const std::vector<EmulatedPipeline>& pipelines,
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 358 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 D | android_opengl_GLES31.cpp | 1001 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 D | GLES31.spec | 16 void glDeleteProgramPipelines ( GLsizei n, const GLuint *pipelines ) 17 void glGenProgramPipelines ( GLsizei n, GLuint *pipelines )
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1043 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 D | gl2_api.in | 784 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 D | gl2ext_api.in | 598 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 D | gl31.h | 1399 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 D | gl32.h | 1399 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 D | property_contexts | 252 # by devices with video decoding pipelines long enough to overflow the default
|
/aosp12/system/bt/gd/docs/architecture/ |
H A D | architecture.md | 189 data processing pipelines. In the context of file descriptors, events are
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | entries.in | 154 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 D | gl2ext.h | 1768 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 D | property_contexts | 310 # by devices with video decoding pipelines long enough to overflow the default
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | property_contexts | 310 # by devices with video decoding pipelines long enough to overflow the default
|
/aosp12/system/sepolicy/private/ |
H A D | property_contexts | 310 # by devices with video decoding pipelines long enough to overflow the default
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |