| /third_party/mesa3d/src/mesa/main/ |
| H A D | glthread_shaderobj.c | 152 _mesa_marshal_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, in _mesa_marshal_GetActiveUniform() argument 181 _mesa_marshal_GetUniformLocation(GLuint program, const GLchar *name) in _mesa_marshal_GetUniformLocation() argument
|
| H A D | objectlabel.c | 157 struct gl_shader_program *program = in get_label_pointer() local
|
| /third_party/libdrm/tests/proptest/ |
| H A D | proptest.c | 255 static void usage(const char *program) in usage() argument
|
| /third_party/protobuf/conformance/ |
| H A D | conformance_test_runner.cc | 197 string program; in Run() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkSpirVAsm.cpp | 77 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo, SpirvVersion spirvVersion) in assembleSpirV() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | FunctionsGL.cpp | 68 static void INTERNAL_GL_APIENTRY StubGetProgramiv(GLuint program, GLenum pname, GLint *params) in StubGetProgramiv() argument 83 static void INTERNAL_GL_APIENTRY StubGetShaderiv(GLuint program, GLenum pname, GLint *params) in StubGetShaderiv() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | VertexDeclarationCache.cpp | 47 applyDeclaration( const gl::Context *context, IDirect3DDevice9 *device, const std::vector<TranslatedAttribute> &attributes, gl::Program *program, GLint start, GLsizei instances, GLsizei *repeatDraw) applyDeclaration() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cPostDepthCoverageTests.cpp | 405 GLint program = 0; in iterate() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
| H A D | esextcGeometryShaderNonarrayInput.cpp | 383 glw::GLuint program = (m == 0) ? m_po_a_valid : m_po_b_valid; in iterate() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcParallelShaderCompileTests.cpp | 255 deUint32 program[8]; in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TimerQueriesTest.cpp | 324 GLuint program; in TEST_P() member
|
| H A D | OcclusionQueriesTest.cpp | 626 GLuint program; in TEST_P() member
|
| H A D | SixteenBppTextureTest.cpp | 431 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local
|
| H A D | IndexedPointsTest.cpp | 120 GLuint program = useVertexBufferWithColor ? mVertexWithColorBufferProgram : mProgram; in runTest() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLBlobCacheTest.cpp | 265 GLuint program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P() local [all...] |
| H A D | EGLProgramCacheControlTest.cpp | 251 GLuint program = glCreateProgram(); in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | LinkProgramPerfTest.cpp | 155 GLuint program = glCreateProgram(); in drawBenchmark() local
|
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLVarying.h | 90 explicit GrGLSLVaryingHandler(GrGLSLProgramBuilder* program) in GrGLSLVaryingHandler() argument
|
| H A D | GrGLSLUniformHandler.h | 95 explicit GrGLSLUniformHandler(GrGLSLProgramBuilder* program) : fProgramBuilder(program) {} in GrGLSLUniformHandler() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkUniformHandler.h | 97 explicit GrVkUniformHandler(GrGLSLProgramBuilder* program) in GrVkUniformHandler() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrSPIRVUniformHandler.cpp | 12 GrSPIRVUniformHandler::GrSPIRVUniformHandler(GrGLSLProgramBuilder* program) in GrSPIRVUniformHandler() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkPipeline.hpp | 153 std::shared_ptr<sw::ComputeProgram> program; member in vk::ComputePipeline
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLMetalCodeGenerator.h | 57 MetalCodeGenerator(const Context* context, const Program* program, OutputStream* out) in MetalCodeGenerator() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | ShaderModuleVk.cpp | 92 tint::Program program; in Initialize() local 163 tint::Program program; in GetTransformedModuleHandle() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | ShaderModule.cpp | 418 tint::Program program = tint::reader::wgsl::Parse(file); in ParseWGSL() local 433 tint::Program program = tint::reader::spirv::Parse(spirv); in ParseSPIRV() local [all...] |