/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
D | BufferVariables_test.cpp | 47 const std::string &source = in TEST_F() local 65 const std::string &source = in TEST_F() local 80 const std::string &source = in TEST_F() local 98 const std::string &source = in TEST_F() local 117 const std::string &source = in TEST_F() local 132 const std::string &source = in TEST_F() local 150 const std::string &source = in TEST_F() local 167 const std::string &source = in TEST_F() local 185 const std::string &source = in TEST_F() local 203 const std::string &source = in TEST_F() local [all …]
|
D | AtomicCounter_test.cpp | 38 const std::string &source = in TEST_F() local 78 const std::string &source = in TEST_F() local 93 const std::string &source = in TEST_F() local 108 const std::string &source = in TEST_F() local 123 const std::string &source = in TEST_F() local 139 const std::string &source = in TEST_F() local 155 const std::string &source = in TEST_F() local 172 const std::string &source = in TEST_F() local 188 const std::string &source = in TEST_F() local 203 const std::string &source = in TEST_F() local [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/image_util/ |
D | loadimage.cpp | 37 const uint8_t *source = in LoadA8ToRGBA8() local 80 const uint8_t *source = in LoadA8ToRGBA8() local 121 const float *source = in LoadA32FToRGBA32F() local 150 const uint16_t *source = in LoadA16FToRGBA16F() local 179 const uint8_t *source = in LoadL8ToRGBA8() local 224 const float *source = in LoadL32FToRGBA32F() local 253 const uint16_t *source = in LoadL16FToRGBA16F() local 282 const uint8_t *source = in LoadLA8ToRGBA8() local 326 const float *source = in LoadLA32FToRGBA32F() local 355 const uint16_t *source = in LoadLA16FToRGBA16F() local [all …]
|
D | copyimage.cpp | 14 void CopyBGRA8ToRGBA8(const uint8_t *source, uint8_t *dest) in CopyBGRA8ToRGBA8()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | ImageTest.cpp | 187 GLuint source; in createEGLImage2DTextureSource() local 225 GLuint source; in createEGLImageCubemapTextureSource() local 266 GLuint source; in createEGLImage3DTextureSource() local 302 GLuint source; in createEGLImageRenderbufferSource() local 474 destType reinterpretHelper(sourcetype source) in reinterpretHelper() 1036 GLuint source; in ValidationGLEGLImage_helper() local 1215 GLuint source; in Source2DTarget2D_helper() local 1255 GLuint source; in Source2DTarget2DArray_helper() local 1293 GLuint source; in Source2DTargetRenderbuffer_helper() local 1333 GLuint source; in Source2DTargetExternal_helper() local [all …]
|
D | ErrorMessages.cpp | 19 GLenum source; member 39 static void GL_APIENTRY Callback(GLenum source, in Callback() 84 constexpr GLenum source = GL_DEBUG_SOURCE_API; in TEST_P() local
|
D | DebugTest.cpp | 43 GLenum source; member 51 static void GL_APIENTRY Callback(GLenum source, in Callback() 97 const GLenum source = GL_DEBUG_SOURCE_APPLICATION; in TEST_P() local 141 const GLenum source = GL_DEBUG_SOURCE_APPLICATION; in TEST_P() local 204 const GLenum source = GL_DEBUG_SOURCE_APPLICATION; in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | ShaderGL.cpp | 29 const std::string &source, in TranslateTaskGL() 41 const char *source = mSource.c_str(); in operator ()() local 170 void ShaderGL::compileAndCheckShader(const char *source) in compileAndCheckShader() 176 void ShaderGL::compileShader(const char *source) in compileShader() 221 bool ShaderGL::compileAndCheckShaderInWorker(const char *source) in compileAndCheckShaderInWorker() 375 const std::string &source = mData.getSource(); in compile() local 408 auto compileAndCheckShaderInWorkerFunctor = [this](const char *source) { in compile() 415 auto compileAndCheckShaderFunctor = [this](const char *source) { in compile()
|
D | BlitGL.cpp | 274 gl::Framebuffer *source) in copyImageToLUMAWorkaroundTexture() 303 gl::Framebuffer *source) in copySubImageToLUMAWorkaroundTexture() 397 const gl::Framebuffer *source, in blitColorBufferWithShader() 425 const gl::Framebuffer *source, in blitColorBufferWithShader() 438 const gl::Framebuffer *source, in blitColorBufferWithShader() 559 TextureGL *source, in copySubTexture() 675 TextureGL *source, in copySubTextureCPUReadback() 816 TextureGL *source, in copyTexSubImage() 851 TextureGL *source, in clearRenderableTexture() 958 RenderbufferGL *source, in clearRenderbuffer() [all …]
|
/device/generic/vulkan-cereal/third-party/lz4/ |
D | lz4.c | 461 const char* const source, in LZ4_compress_generic() 659 int LZ4_compress_fast_extState(void* state, const char* source, char* dest, int inputSize, int maxO… in LZ4_compress_fast_extState() 679 int LZ4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceler… in LZ4_compress_fast() 697 int LZ4_compress_default(const char* source, char* dest, int inputSize, int maxOutputSize) in LZ4_compress_default() 705 int LZ4_compress_fast_force(const char* source, char* dest, int inputSize, int maxOutputSize, int a… in LZ4_compress_fast_force() 987 int LZ4_compress_fast_continue (LZ4_stream_t* LZ4_stream, const char* source, char* dest, int input… in LZ4_compress_fast_continue() 1035 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int inputSiz… in LZ4_compress_forceExtDict() 1090 const char* const source, in LZ4_decompress_generic() 1251 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() 1256 int LZ4_decompress_safe_partial(const char* source, char* dest, int compressedSize, int targetOutpu… in LZ4_decompress_safe_partial() [all …]
|
D | lz4hc.c | 312 const char* const source, in LZ4HC_compress_hashChain() 500 const char* const source, in LZ4HC_compress_generic() 604 const char* source, char* dest, in LZ4_compressHC_continue_generic() 635 int LZ4_compress_HC_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* source, char* dest, int … in LZ4_compress_HC_continue() 705 int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* source, char* dest, int inputSize, int … in LZ4_compressHC2_continue() 710 int LZ4_compressHC2_limitedOutput_continue (void* LZ4HC_Data, const char* source, char* dest, int i… in LZ4_compressHC2_limitedOutput_continue()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
D | TextureImpl.cpp | 27 const gl::Texture *source) in copyTexture() 41 const gl::Texture *source) in copySubTexture() 48 const gl::Texture *source) in copyCompressedTexture() 63 const gl::Texture *source) in copy3DTexture() 78 const gl::Texture *source) in copy3DSubTexture()
|
D | ShaderImpl.cpp | 43 TranslateTask(ShHandle handle, ShCompileOptions options, const std::string &source) in TranslateTask() 49 const char *source = mSource.c_str(); in operator ()() local 83 const std::string &source, in compileImpl()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv32Imp.cpp | 5 GL_APICALL void GL_APIENTRY glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsi… in glDebugMessageControl() 11 GL_APICALL void GL_APIENTRY glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum seve… in glDebugMessageInsert() 30 GL_APICALL void GL_APIENTRY glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar… in glPushDebugGroup()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Debug.h | 91 GLenum source; member 104 GLenum source; member 117 GLenum source; member
|
D | Debug.cpp | 147 void Debug::insertMessage(GLenum source, in insertMessage() 158 void Debug::insertMessage(GLenum source, in insertMessage() 295 void Debug::setMessageControl(GLenum source, in setMessageControl() 312 void Debug::pushGroup(GLenum source, GLuint id, std::string &&message) in pushGroup() 341 bool Debug::isMessageEnabled(GLenum source, GLenum type, GLuint id, GLenum severity) const in isMessageEnabled()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.cpp | 167 void LoadDepth16(const float *source, uint8_t *dest) in LoadDepth16() 173 void LoadDepth24(const float *source, uint8_t *dest) in LoadDepth24() 179 void LoadStencilHelper(const float *source, uint8_t *dest) in LoadStencilHelper() 185 void LoadStencil8(const float *source, uint8_t *dest) in LoadStencil8() 193 void LoadDepth24Stencil8(const float *source, uint8_t *dest) in LoadDepth24Stencil8() 199 void LoadDepth32F(const float *source, uint8_t *dest) in LoadDepth32F() 204 void LoadDepth32FStencil8(const float *source, uint8_t *dest) in LoadDepth32FStencil8() 248 void Depth32FStencil8ToDepth32F(const float *source, float *dest) in Depth32FStencil8ToDepth32F() 253 void Depth24Stencil8ToDepth32F(const uint32_t *source, float *dest) in Depth24Stencil8ToDepth32F() 791 const d3d11::SharedSRV &source, in swizzleTexture() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 121 ShaderId source, in setShader() 188 IDirect3DSurface9 *source, in boxFilter() 239 angle::ComPtr<IDirect3DSurface9> source = renderTarget9->getSurface(); in copy2D() local 273 angle::ComPtr<IDirect3DSurface9> source = renderTarget9->getSurface(); in copyCube() local 286 const gl::Texture *source, in copyTexture() 328 IDirect3DSurface9 *source, in copy() 385 IDirect3DBaseTexture9 *source, in formatConvert()
|
D | Image9.cpp | 95 angle::Result Image9::GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source) in GenerateMipmap() 113 IDirect3DSurface9 *source) in CopyLockableSurfaces() 157 Image9 *source, in CopyImage() 556 RenderTargetD3D *source) in copyFromRTInternal() 769 TextureStorage *source) in copyFromTexStorage() 781 const gl::Framebuffer *source) in copyFromFramebuffer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/ |
D | TextureNULL.cpp | 74 gl::Framebuffer *source) in copyImage() 83 gl::Framebuffer *source) in copySubImage() 96 const gl::Texture *source) in copyTexture() 109 const gl::Texture *source) in copySubTexture() 115 const gl::Texture *source) in copyCompressedTexture()
|
/device/google/cuttlefish/host/libs/config/ |
D | fetcher_config.cpp | 41 FileSource SourceStringToEnum(std::string source) { in SourceStringToEnum() 60 std::string SourceEnumToString(const FileSource& source) { in SourceEnumToString() 81 CvdFile::CvdFile(const FileSource& source, const std::string& build_id, in CvdFile()
|
/device/generic/vulkan-cereal/third-party/angle/samples/shader_translator/ |
D | shader_translator.cpp | 458 ShaderSource source; in CompileFile() local 738 static bool ReadShaderSource(const char *fileName, ShaderSource &source) in ReadShaderSource() 771 static void FreeShaderSource(ShaderSource &source) in FreeShaderSource()
|
/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.cc | 124 MultipleImagePartition source; member 235 MultipleImagePartition ToMultipleImagePartition(ImagePartition source) { in ToMultipleImagePartition() 253 static const char* GetPartitionGUID(MultipleImagePartition source) { in GetPartitionGUID() 271 void AppendPartition(ImagePartition source) { in AppendPartition() 275 void AppendPartition(MultipleImagePartition source) { in AppendPartition()
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | streamer.cpp | 97 rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> source; member 244 rtc::scoped_refptr<VideoTrackSourceImpl> source( in AddDisplay() local 261 rtc::scoped_refptr<AudioTrackSourceImpl> source( in AddAudioStream() local 326 rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> source = in RecordDisplays() local 328 auto deleter = [](webrtc::VideoTrackSourceInterface* source) { in RecordDisplays()
|
/device/google/contexthub/util/nanotool/ |
D | nanomessage.cpp | 38 const VersionInfo *source = reinterpret_cast<const VersionInfo *>(data); in Populate() local 78 const Response *source = reinterpret_cast<const Response *>(data); in Populate() local
|