Home
last modified time | relevance | path

Searched defs:source (Results 2276 - 2300 of 3109) sorted by relevance

1...<<919293949596979899100>>...125

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp1010 compileProgram(const vk::ProgramIdentifier& progId, const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) compileProgram() argument
1019 compileProgram(const vk::ProgramIdentifier& progId, const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) compileProgram() argument
1028 compileProgram(const vk::ProgramIdentifier& progId, const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInfo, const tcu::CommandLine& commandLine) compileProgram() argument
1059 compileProgram(const vk::ProgramIdentifier& progId, const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) compileProgram() argument
1079 compileProgram(const vk::ProgramIdentifier& progId, const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) compileProgram() argument
1099 compileProgram(const vk::ProgramIdentifier& progId, const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInfo, const tcu::CommandLine& commandLine) compileProgram() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp748 calculateFinalColor(BlendOperationAdvancedParam param, VkBlendOp op, Vec4 source, Vec4 destination) calculateFinalColor() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp994 map<string, string> source; in generateGraphicsImageSamplerSource() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp1171 std::ostringstream source; in createTestShaders() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_params.cpp476 CaptureGetShaderSource_length(const State &glState, bool isCallValid, ShaderProgramID shader, GLsizei bufSize, GLsizei *length, GLchar *source, ParamCapture *paramCapture) CaptureGetShaderSource_length() argument
487 CaptureGetShaderSource_source(const State &glState, bool isCallValid, ShaderProgramID shader, GLsizei bufSize, GLsizei *length, GLchar *source, ParamCapture *paramCapture) CaptureGetShaderSource_source() argument
H A Dcapture_gles_3_2_autogen.cpp179 CaptureDebugMessageControl(const State &glState, bool isCallValid, GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) CaptureDebugMessageControl() argument
216 CaptureDebugMessageInsert(const State &glState, bool isCallValid, GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) CaptureDebugMessageInsert() argument
1034 CapturePushDebugGroup(const State &glState, bool isCallValid, GLenum source, GLuint id, GLsizei length, const GLchar *message) CapturePushDebugGroup() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp1091 const char *GetDebugMessageSourceString(GLenum source) in GetDebugMessageSourceString() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp866 pushDebugGroup(const gl::Context *context, GLenum source, GLuint id, const std::string &message) pushDebugGroup() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderBitfieldOperationTests.cpp49 static std::string specializeVersion(const std::string& source, glu::GLSLVersion version, const char* testStatement) in specializeVersion() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcKHRDebugTests.cpp2151 GLenum source; inspectMessageLog() local
2230 GLenum source; verifyEmptyLog() local
[all...]
H A DglcShaderLibrary.cpp254 static string removeExtraIndentation(const string& source) in removeExtraIndentation() argument
969 string source in parseShaderCase() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp314 glw::GLchar const* const source; in BuildProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
882 glw::GLchar const* const source; in PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
1329 glw::GLchar const* const source; PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
1954 glw::GLchar const* source[3]; PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
2650 glw::GLchar const* const source; PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
3113 glw::GLchar const* const source; PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp1095 const auto source = _.FindDef(source_id); in ValidateCopyMemory() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp173 ValidateDebugMessageControl(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) ValidateDebugMessageControl() argument
185 ValidateDebugMessageInsert(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) ValidateDebugMessageInsert() argument
522 ValidatePushDebugGroup(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLuint id, GLsizei length, const GLchar *message) ValidatePushDebugGroup() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp566 void GL_APIENTRY GL_GetShaderSource(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) in GL_GetShaderSource() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp623 std::string source = in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp499 copySubData(const gl::Context *context, BufferImpl *source, GLintptr sourceOffset, GLintptr destOffset, GLsizeiptr size) copySubData() argument
H A DProgramVk.cpp117 const uint8_t *source = uniformData->data() + layoutInfo.offset; in ReadFromDefaultUniformBlock() local
472 const T *source = v + i * componentCount; in setUniformImpl() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp199 ANGLE_MAYBE_UNUSED void KHRONOS_APIENTRY PerfTestDebugCallback(GLenum source, in PerfTestDebugCallback() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.cpp254 void GL_APIENTRY GL_DebugMessageControl(GLenum source, in GL_DebugMessageControl() argument
290 void GL_APIENTRY GL_DebugMessageInsert(GLenum source, in GL_DebugMessageInsert() argument
1054 GL_PushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar *message) GL_PushDebugGroup() argument
[all...]
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp545 const std::string& SkRuntimeEffect::source() const { in source() function in SkRuntimeEffect
H A DSkImageFilterTypes.h637 const FilterResult& source() cons function in skif::Context
579 Context(const SkMatrix& layerMatrix, const SkIRect& clipBounds, SkImageFilterCache* cache, SkColorType colorType, SkColorSpace* colorSpace, const SkSpecialImage* source) Context() argument
588 Context(const Mapping& mapping, const LayerSpace<SkIRect>& desiredOutput, SkImageFilterCache* cache, SkColorType colorType, SkColorSpace* colorSpace, const FilterResult& source) Context() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp608 void TransferRow<Bytes>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) in TransferRow() argument
614 void TransferRow<RGB8toRGBX8>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) in TransferRow() argument
628 void TransferRow<RGB16toRGBX16>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) in TransferRow() argument
643 void TransferRow<RGB32toRGBX32>(unsigned char *dest, const unsigned char *source, GLsize argument
658 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
673 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
688 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
704 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
720 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
736 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
750 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
763 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
776 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
788 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
801 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
816 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
831 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
846 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
858 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
870 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
885 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
897 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
910 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
922 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument
955 const unsigned char *source = inputStart + y * rect.inputPitch; Transfer() local
1701 GLbyte *source = (GLbyte*)pixels + y * inputPitch + z * inputSlice; loadCompressedData() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp388 bool Texture::copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *dest) in copy() argument
621 void Texture2D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, Renderbuffer *source) in copyImage() argument
654 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, Renderbuffer *source) in copySubImage() argument
1305 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, Renderbuffer *source) in copyImage() argument
1350 void TextureCubeMap::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, Renderbuffer *source) in copySubImage() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp732 void Renderer::blit(Surface *source, const SliceRectF &sRect, Surface *dest, const SliceRect &dRect, bool filter, bool isStencil, bool sRGBconversion) in blit() argument
737 void Renderer::blit3D(Surface *source, Surface *dest) in blit3D() argument

Completed in 53 milliseconds

1...<<919293949596979899100>>...125