/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | WebGLCompatibilityTest.cpp | 597 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local 2204 GLuint program = CompileProgram(validVert, essl1_shaders::fs::Red()); in TEST_P() local 2234 GLuint program = CompileProgram(validVert, essl3_shaders::fs::Red()); in TEST_P() local 2664 void WebGLCompatibilityTest::drawBuffersEXTFeedbackLoop(GLuint program, in drawBuffersEXTFeedbackLoop() 2926 void WebGLCompatibilityTest::drawBuffersFeedbackLoop(GLuint program, in drawBuffersFeedbackLoop() 2966 GLuint program = CompileProgram(kVS, kFSInvariantGlFragCoord); in TEST_P() local 2991 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local 5327 GLuint program = CompileProgram(kVSArrayOK, kFS); in TEST_P() local 5362 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), kFSStructTooLarge); in TEST_P() local 5595 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), kTooLargeGlobalMemory1); in TEST_P() local [all …]
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeSSBOBlockTests.cpp | 331 void logProgramInfo(NegativeTestContext &ctx, GLint program) in logProgramInfo() 396 GLint program; in ssbo_block_matching() local 502 GLint program; in ssbo_block_shared_qualifier() local
|
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/ |
H A D | PerspectiveMeshNode.cpp | 23 void PerspectiveMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection)… in before() 64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | arbprogparse.c | 69 struct gl_program *program) in _mesa_parse_arb_fragment_program() 148 struct gl_program *program) in _mesa_parse_arb_vertex_program()
|
/aosp_15_r20/cts/tests/openglperf2/jni/reference/scene/flocking/ |
H A D | WaterMeshNode.cpp | 23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() 68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_retain_program.cpp | 26 cl_program program; in test_release_kernel_order() local 56 cl_program program; in test_release_during_execute() local
|
/aosp_15_r20/cts/tests/openglperf2/jni/reference/scene/glowing/ |
H A D | BlurMeshNode.cpp | 23 void BlurMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() 55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglImageFormatTests.cpp | 588 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local 685 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local 861 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local 953 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local 1067 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local 1158 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local 1249 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local 1373 Program program(gl, vertexShader, fragmentShader); in invokeGLES() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 537 …bool checkCSProg(const glw::Functions &gl, GLuint program, int expectedSep = GL_TRUE, int expected… in checkCSProg() 556 glw::GLuint program; in iterate() local 2007 void logProgramInfoLog(const glw::Functions &gl, glw::GLuint program) in logProgramInfoLog() 2024 bool checkCSProg(const glw::Functions &gl, GLuint program, int expectedLink = GL_TRUE) in checkCSProg() 2628 void logProgramInfoLog(const glw::Functions &gl, glw::GLuint program) in logProgramInfoLog() 2645 bool checkCSProg(const glw::Functions &gl, GLuint program, int expectedLink = GL_TRUE) in checkCSProg()
|
H A D | es31cShaderImageSizeTests.cpp | 172 bool CheckProgram(GLuint program) in CheckProgram() 265 bool LinkProgram(GLuint program) in LinkProgram() 369 void SetupTransformFeedback(GLuint program) in SetupTransformFeedback()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | glthread_shaderobj.c | 54 _mesa_marshal_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, in _mesa_marshal_GetActiveUniform() 91 _mesa_marshal_GetUniformLocation(GLuint program, const GLchar *name) in _mesa_marshal_GetUniformLocation()
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/recommendation/ |
D | RecommendationDataManager.java | 367 Program program = in convertFromWatchedHistoryManagerRecords() local 419 Program program = in createWatchedProgramFromWatchedProgramCursor() local 472 private ChannelRecord updateChannelRecordFromWatchedProgram(WatchedProgram program) { in updateChannelRecordFromWatchedProgram()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/workgroups/ |
H A D | test_wg_broadcast.cpp | 169 cl_program program; in test_work_group_broadcast_1D() local 272 cl_program program; in test_work_group_broadcast_2D() local 395 cl_program program; in test_work_group_broadcast_3D() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
H A D | command_queue.cc | 35 absl::Status Dispatch(const GlProgram& program, in Dispatch() 60 absl::Status Dispatch(const GlProgram& program, in Dispatch()
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/data/ |
D | InternalDataUtils.java | 79 public static byte[] serializeInternalProviderData(Program program) { in serializeInternalProviderData() 125 public static byte[] serializeInternalProviderData(RecordedProgram program) { in serializeInternalProviderData()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/ |
H A D | BitmapOverlayVideoProcessor.java | 53 private GlUtil.@MonotonicNonNull Program program; field in BitmapOverlayVideoProcessor 134 GlUtil.Program program = checkNotNull(this.program); in draw() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/ |
H A D | BitmapOverlayVideoProcessor.java | 54 private @MonotonicNonNull GlProgram program; field in BitmapOverlayVideoProcessor 121 GlProgram program = checkNotNull(this.program); in draw() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_reindex_ssa.cpp | 46 reindex_program(idx_ctx& ctx, Program* program) in reindex_program() 82 reindex_ssa(Program* program, bool update_live_out = false) in reindex_ssa()
|
H A D | aco_insert_NOPs.cpp | 22 Program* program; member 472 handle_smem_clause_hazards(Program* program, NOP_ctx_gfx6& ctx, aco_ptr<Instruction>& instr, in handle_smem_clause_hazards() 1702 handle_block(Program* program, Ctx& ctx, Block& block) in handle_block() 1744 mitigate_hazards(Program* program) in mitigate_hazards() 1783 required_export_priority(Program* program) in required_export_priority() 1848 insert_NOPs(Program* program) in insert_NOPs()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cGPUShader5Tests.cpp | 557 Utils::programInfo program(m_context); in executeTestCase() local 821 Utils::programInfo program(m_context); in execute() local 1087 Utils::programInfo program(m_context); in execute() local
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 335 bool LinkProgram(GLuint program) in LinkProgram() 657 …bool CheckUniform(GLuint program, const std::string &name, const std::map<std::string, GLuint> &na… in CheckUniform() 1414 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFS(internalformat, write_value).c… in Write() local 1604 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFS(internalformat, expected_value… in Read() local 1786 const GLuint program = in Write() local 2014 const GLuint program = BuildProgram( in Read() local 2273 GLuint program; in Read() local 2414 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFS(internalformat, write_value).c… in Write() local 2659 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFSMS(internalformat, write_va… in WriteMS() local 2725 const GLuint program = in WriteCubeArray() local [all …]
|
/aosp_15_r20/device/google/cuttlefish/.vscode/ |
D | launch.json | 7 "program": "${workspaceFolder}../../../../out/host/linux-x86/bin/cvd", string 28 "program": "${workspaceFolder}../../../../out/host/linux-x86/bin/cvd", string
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_async_build.cpp | 58 void CL_CALLBACK test_notify_build_complete(cl_program program, void *userData) in test_notify_build_complete() 116 clProgramWrapper program; in test_async_build() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRuntimeEffect.cpp | 358 bool SkRuntimeEffectPriv::CanDraw(const SkCapabilities* caps, const SkSL::Program* program) { in CanDraw() 478 std::unique_ptr<SkSL::Program> program = in MakeFromSource() local 488 SkRuntimeEffect::Result SkRuntimeEffect::MakeInternal(std::unique_ptr<SkSL::Program> program, in MakeInternal() 640 std::unique_ptr<SkSL::Program> program = in makeUnoptimizedClone() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcFragDepthTests.cpp | 202 glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local 323 glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local 353 glu::ShaderProgram program( in iterate() local
|