| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
| D | pp_program.h | 37 struct program struct 39 struct pipe_screen *screen; 40 struct pipe_context *pipe; 41 struct cso_context *cso; 43 struct pipe_blend_state blend; 44 struct pipe_depth_stencil_alpha_state depthstencil; 45 struct pipe_rasterizer_state rasterizer; 46 struct pipe_sampler_state sampler; /* bilinear */ 47 struct pipe_sampler_state sampler_point; /* point */ 48 struct pipe_viewport_state viewport; [all …]
|
| /external/mesa3d/src/gallium/auxiliary/postprocess/ |
| D | pp_program.h | 37 struct program struct 39 struct pipe_screen *screen; 40 struct pipe_context *pipe; 41 struct cso_context *cso; 43 struct pipe_blend_state blend; 44 struct pipe_depth_stencil_alpha_state depthstencil; 45 struct pipe_rasterizer_state rasterizer; 46 struct pipe_sampler_state sampler; /* bilinear */ 47 struct pipe_sampler_state sampler_point; /* point */ 48 struct pipe_viewport_state viewport; [all …]
|
| /external/mesa3d/src/gallium/tests/trivial/ |
| D | quad-tex.c | 63 struct program struct 65 struct pipe_loader_device *dev; 89 static void init_prog(struct program *p) in init_prog() argument
|
| D | tri.c | 61 struct program struct 84 static void init_prog(struct program *p) in init_prog() argument
|
| /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
| D | quad-tex.c | 63 struct program struct 65 struct pipe_loader_device *dev; 89 static void init_prog(struct program *p) in init_prog() argument
|
| D | tri.c | 61 struct program struct 84 static void init_prog(struct program *p) in init_prog() argument
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fNegativeShaderApiTests.cpp | 113 GLuint program = ctx.glCreateProgram(); in shader_source() local 132 GLuint program = ctx.glCreateProgram(); in compile_shader() local 202 GLuint program = ctx.glCreateProgram(); in attach_shader() local 245 GLuint program = ctx.glCreateProgram(); in detach_shader() local 294 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, f… in link_program() local 400 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSourc… in get_program_binary() local 474 GLuint program = ctx.glCreateProgram(); in program_parameteri() local 658 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_attrib_location() local 691 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_uniform_location() local 716 GLuint program = ctx.glCreateProgram(); in bind_attrib_location() local [all …]
|
| D | es31fNegativeStateApiTests.cpp | 184 GLuint program = ctx.glCreateProgram(); in get_attached_shaders() local 213 GLuint program = ctx.glCreateProgram(); in get_shaderiv() local 238 GLuint program = ctx.glCreateProgram(); in get_shader_info_log() local 287 GLuint program = ctx.glCreateProgram(); in get_shader_source() local 313 GLuint program = ctx.glCreateProgram(); in get_programiv() local 338 GLuint program = ctx.glCreateProgram(); in get_program_info_log() local 394 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSource, … in get_uniformfv() local 431 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSource, … in get_uniformiv() local 468 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSource, … in get_uniformuiv() local 506 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSour… in get_active_uniform() local [all …]
|
| D | es31fNegativeVertexArrayApiTests.cpp | 267 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays() local 322 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays_incomplete_primitive() local 351 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements() local 456 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements_incomplete_primitive() local 527 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays_instanced() local 590 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays_instanced_incomplete_primitive() local 623 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements_instanced() local 736 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements_instanced_incomplete_primitive() local 811 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_range_elements() local 926 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_range_elements_incomplete_primitive() local
|
| /external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
| D | WebGLUniformLocation.cpp | 33 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GLint location) in create() 38 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GLint location) in WebGLUniformLocation() 47 WebGLProgram* WebGLUniformLocation::program() const in program() function in WebCore::WebGLUniformLocation
|
| /external/chromium_org/native_client_sdk/src/doc/reference/ |
| D | nacl-manifest-format.rst | 39 program section in Field details 52 Example of a ``program`` for Portable Native Client: argument 95 Example of a ``program`` for statically linked Native Client executables argument 110 Example of a ``program`` for dynamically linked Native Client executables argument
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| D | shader_query.cpp | 43 _mesa_BindAttribLocationARB(GLhandleARB program, GLuint index, in _mesa_BindAttribLocationARB() 80 _mesa_GetActiveAttribARB(GLhandleARB program, GLuint desired_index, in _mesa_GetActiveAttribARB() 135 _mesa_GetAttribLocationARB(GLhandleARB program, const GLcharARB * name) in _mesa_GetAttribLocationARB() 239 _mesa_BindFragDataLocation(GLuint program, GLuint colorNumber, in _mesa_BindFragDataLocation() 246 _mesa_BindFragDataLocationIndexed(GLuint program, GLuint colorNumber, in _mesa_BindFragDataLocationIndexed() 293 _mesa_GetFragDataIndex(GLuint program, const GLchar *name) in _mesa_GetFragDataIndex() 349 _mesa_GetFragDataLocation(GLuint program, const GLchar *name) in _mesa_GetFragDataLocation()
|
| D | shaderapi.c | 209 attach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in attach_shader() 341 detach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in detach_shader() 412 get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, in get_attached_shaders() 453 get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, GLint *params) in get_programiv() 645 get_program_info_log(struct gl_context *ctx, GLuint program, GLsizei bufSize, in get_program_info_log() 747 link_program(struct gl_context *ctx, GLuint program) in link_program() 987 validate_program(struct gl_context *ctx, GLuint program) in validate_program() 1010 _mesa_AttachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_AttachObjectARB() 1018 _mesa_AttachShader(GLuint program, GLuint shader) in _mesa_AttachShader() 1118 _mesa_DetachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_DetachObjectARB() [all …]
|
| /external/mesa3d/src/mesa/main/ |
| D | shader_query.cpp | 43 _mesa_BindAttribLocationARB(GLhandleARB program, GLuint index, in _mesa_BindAttribLocationARB() 80 _mesa_GetActiveAttribARB(GLhandleARB program, GLuint desired_index, in _mesa_GetActiveAttribARB() 135 _mesa_GetAttribLocationARB(GLhandleARB program, const GLcharARB * name) in _mesa_GetAttribLocationARB() 239 _mesa_BindFragDataLocation(GLuint program, GLuint colorNumber, in _mesa_BindFragDataLocation() 246 _mesa_BindFragDataLocationIndexed(GLuint program, GLuint colorNumber, in _mesa_BindFragDataLocationIndexed() 293 _mesa_GetFragDataIndex(GLuint program, const GLchar *name) in _mesa_GetFragDataIndex() 349 _mesa_GetFragDataLocation(GLuint program, const GLchar *name) in _mesa_GetFragDataLocation()
|
| D | shaderapi.c | 209 attach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in attach_shader() 341 detach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in detach_shader() 412 get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, in get_attached_shaders() 453 get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, GLint *params) in get_programiv() 645 get_program_info_log(struct gl_context *ctx, GLuint program, GLsizei bufSize, in get_program_info_log() 747 link_program(struct gl_context *ctx, GLuint program) in link_program() 987 validate_program(struct gl_context *ctx, GLuint program) in validate_program() 1010 _mesa_AttachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_AttachObjectARB() 1018 _mesa_AttachShader(GLuint program, GLuint shader) in _mesa_AttachShader() 1118 _mesa_DetachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_DetachObjectARB() [all …]
|
| /external/chromium_org/cc/output/ |
| D | shader.cc | 27 unsigned program, in GetProgramUniformLocations() 159 unsigned program, in Init() 192 unsigned program, in Init() 232 unsigned program, in Init() 264 unsigned program, in Init() 320 unsigned program, in Init() 377 unsigned program, in Init() 434 unsigned program, in Init() 494 unsigned program, in Init() 538 unsigned program, in Init() [all …]
|
| D | gl_renderer.cc | 529 const TileCheckerboardProgram* program = GetTileCheckerboardProgram(); in DrawCheckerboardQuad() local 573 const DebugBorderProgram* program = GetDebugBorderProgram(); in DrawDebugBorderQuad() local 1113 const RenderPassMaskProgramAA* program = in DrawRenderPassQuad() local 1132 const RenderPassMaskProgram* program = in DrawRenderPassQuad() local 1148 const RenderPassProgramAA* program = in DrawRenderPassQuad() local 1161 const RenderPassMaskColorMatrixProgramAA* program = in DrawRenderPassQuad() local 1184 const RenderPassColorMatrixProgramAA* program = in DrawRenderPassQuad() local 1201 const RenderPassMaskColorMatrixProgram* program = in DrawRenderPassQuad() local 1221 const RenderPassColorMatrixProgram* program = in DrawRenderPassQuad() local 1235 const RenderPassProgram* program = in DrawRenderPassQuad() local [all …]
|
| /external/deqp/framework/opengl/ |
| D | gluProgramInterfaceQuery.cpp | 33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterf… in getProgramResourceUint() 41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName() 61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint3… in getProgramInterfaceActiveVariables() 74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInte… in getProgramInterfaceBlockInfo() 86 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programI… in getProgramInterfaceVariableInfo()
|
| /external/chromium_org/third_party/angle/tests/angle_tests/ |
| D | GLSLStructTest.cpp | 51 GLuint program = compileProgram(mVertexShaderSource, fragmentShaderSource); in TEST_F() local 82 GLuint program = compileProgram(mVertexShaderSource, fragmentShaderSource); in TEST_F() local 114 GLuint program = compileProgram(mVertexShaderSource, fragmentShaderSource); in TEST_F() local
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
| D | i915_debug_fp.c | 258 unsigned opcode, const unsigned * program) in print_arith_op() 292 unsigned opcode, const unsigned * program) in print_tex_op() 310 unsigned opcode, const unsigned * program) in print_texkil_op() 323 unsigned opcode, const unsigned * program) in print_dcl_op() 334 const unsigned * program, unsigned sz) in i915_disassemble_program()
|
| /external/mesa3d/src/gallium/drivers/i915/ |
| D | i915_debug_fp.c | 258 unsigned opcode, const unsigned * program) in print_arith_op() 292 unsigned opcode, const unsigned * program) in print_tex_op() 310 unsigned opcode, const unsigned * program) in print_texkil_op() 323 unsigned opcode, const unsigned * program) in print_dcl_op() 334 const unsigned * program, unsigned sz) in i915_disassemble_program()
|
| /external/chromium_org/gpu/command_buffer/client/ |
| D | program_info_manager.cc | 80 GLES2Implementation* gl, GLuint program, const char* name) { in GetAttribLocation() 85 GLES2Implementation* gl, GLuint program, const char* name) { in GetUniformLocation() 91 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, in GetActiveAttrib() 99 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, in GetActiveUniform() 319 GLES2Implementation* gl, GLuint program) { in Update() 385 GLES2Implementation* gl, GLuint program) { in GetProgramInfo() 396 void CachedProgramInfoManager::CreateInfo(GLuint program) { in CreateInfo() 405 void CachedProgramInfoManager::DeleteInfo(GLuint program) { in DeleteInfo() 411 GLES2Implementation* gl, GLuint program, GLenum pname, GLint* params) { in GetProgramiv() 421 GLES2Implementation* gl, GLuint program, const char* name) { in GetAttribLocation() [all …]
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| D | i915_debug_fp.c | 242 print_arith_op(GLuint opcode, const GLuint * program) in print_arith_op() 275 print_tex_op(GLuint opcode, const GLuint * program) in print_tex_op() 291 print_dcl_op(GLuint opcode, const GLuint * program) in print_dcl_op() 300 i915_disassemble_program(const GLuint * program, GLuint sz) in i915_disassemble_program()
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
| D | i915_debug_fp.c | 242 print_arith_op(GLuint opcode, const GLuint * program) in print_arith_op() 275 print_tex_op(GLuint opcode, const GLuint * program) in print_tex_op() 291 print_dcl_op(GLuint opcode, const GLuint * program) in print_dcl_op() 300 i915_disassemble_program(const GLuint * program, GLuint sz) in i915_disassemble_program()
|
| /external/ceres-solver/internal/ceres/ |
| D | summary_utils.cc | 49 void SummarizeGivenProgram(const Program& program, Solver::Summary* summary) { in SummarizeGivenProgram() 57 void SummarizeReducedProgram(const Program& program, Solver::Summary* summary) { in SummarizeReducedProgram()
|