/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.h | 33 std::string label; member 40 std::string label; member
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | capture_gles_3_2_params.cpp | 186 GLchar *label, in CaptureGetObjectLabel_length() 198 GLchar *label, in CaptureGetObjectLabel_label() 209 GLchar *label, in CaptureGetObjectPtrLabel_ptr() 220 GLchar *label, in CaptureGetObjectPtrLabel_length() 231 GLchar *label, in CaptureGetObjectPtrLabel_label() 324 const GLchar *label, in CaptureObjectLabel_label() 334 const GLchar *label, in CaptureObjectPtrLabel_ptr() 344 const GLchar *label, in CaptureObjectPtrLabel_label()
|
D | Thread.cpp | 26 void Thread::setLabel(EGLLabelKHR label) in setLabel()
|
D | EGLSync.cpp | 54 void Sync::setLabel(EGLLabelKHR label) in setLabel()
|
D | validationES32.cpp | 310 const GLchar *label) in ValidateGetObjectLabel() 319 const GLchar *label) in ValidateGetObjectPtrLabel() 448 const GLchar *label) in ValidateObjectLabel() 456 const GLchar *label) in ValidateObjectPtrLabel()
|
D | Device.cpp | 94 void Device::setLabel(EGLLabelKHR label) in setLabel()
|
D | Query.cpp | 31 void Query::setLabel(const Context *context, const std::string &label) in setLabel()
|
D | Image.h | 126 EGLLabelKHR label; member
|
D | Fence.cpp | 85 void Sync::setLabel(const Context *context, const std::string &label) in setLabel()
|
D | Stream.cpp | 59 void Stream::setLabel(EGLLabelKHR label) in setLabel()
|
D | capture_gles_3_2_autogen.cpp | 421 GLchar *label) in CaptureGetObjectLabel() 450 GLchar *label) in CaptureGetObjectPtrLabel() 667 const GLchar *label) in CaptureObjectLabel() 688 const GLchar *label) in CaptureObjectPtrLabel()
|
D | Buffer.cpp | 61 void Buffer::setLabel(const Context *context, const std::string &label) in setLabel()
|
D | Sampler.cpp | 39 void Sampler::setLabel(const Context *context, const std::string &label) in setLabel()
|
D | Surface.h | 51 EGLLabelKHR label; member
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | client_handler.cpp | 272 auto label = evt["display_label"].asString(); in OnMessage() local 292 auto label = evt["display_label"].asString(); in OnMessage() local 510 const std::string &label) { in AddDisplay() 525 const std::string &label) { in AddAudio() 811 auto label = data_channel->label(); in OnDataChannel() local
|
D | streamer.cpp | 232 std::shared_ptr<VideoSink> Streamer::AddDisplay(const std::string& label, in AddDisplay() 252 std::shared_ptr<AudioSink> Streamer::AddAudioStream(const std::string& label) { in AddAudioStream() 636 auto& label = entry.first; in CreateClientHandler() local 645 auto& label = entry.first; in CreateClientHandler() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | socket2socket_proxy.cpp | 33 void Forward(const std::string& label, SharedFD from, SharedFD to) { in Forward()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 159 const VkDebugUtilsLabelEXT label = { in executeCommands() local 467 const VkDebugUtilsLabelEXT label = { in executeCommands() local
|
/device/generic/vulkan-cereal/protocols/vulkan/ |
D | genspec.py | 54 def buildRelease(label, argument
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/ |
D | genspec.py | 32 def buildRelease(label, argument
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/ |
D | genspec.py | 32 def buildRelease(label, argument
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | DebugTest.cpp | 351 const std::string &label = "renderbuffer"; in TEST_P() local 381 const std::string &label = "sync"; in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 405 GetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) in GetObjectLabel() 429 void GL_APIENTRY GetObjectPtrLabel(const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) in GetObjectPtrLabel() 868 void GL_APIENTRY ObjectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar *label) in ObjectLabel() 890 void GL_APIENTRY ObjectPtrLabel(const void *ptr, GLsizei length, const GLchar *label) in ObjectPtrLabel()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 506 GetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) in GetObjectLabel() 530 void GL_APIENTRY GetObjectPtrLabel(const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) in GetObjectPtrLabel() 781 void GL_APIENTRY ObjectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar *label) in ObjectLabel() 803 void GL_APIENTRY ObjectPtrLabel(const void *ptr, GLsizei length, const GLchar *label) in ObjectPtrLabel()
|
/device/google/cuttlefish/host/frontend/webrtc/client/js/ |
D | cf_webrtc.js | 17 function createDataChannel(pc, label, onMessage) { argument 47 function awaitDataChannel(pc, label, onMessage) { argument
|