HomeSort by relevance Sort by last modified time
    Searched refs:pipeline (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
function_sequence.js 111 * This function should be called only once on start, so start sequence pipeline
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 78 /* Add one to num_outputs because the pipeline occasionally tags on
187 static void pipeline(struct llvm_middle_end *llvm, function
290 /* Do we need to run the pipeline? Now will come here if clipped
293 pipeline( fpme,
draw_private.h 101 /** Drawing/primitive pipeline stages */
128 /* Temporary storage while the pipeline is being run:
133 } pipeline; member in struct:draw_context
415 * Primitive processing (pipeline) code:
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
draw_pipe_pstipple.c 651 return pstip_stage(draw->pipeline.pstipple);
765 * into the draw module's pipeline. This will not be used if the
783 draw->pipeline.pstipple = &pstip->stage;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 101 /** Drawing/primitive pipeline stages */
128 /* Temporary storage while the pipeline is being run:
133 } pipeline; member in struct:draw_context
415 * Primitive processing (pipeline) code:
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
draw_pipe_pstipple.c 651 return pstip_stage(draw->pipeline.pstipple);
765 * into the draw module's pipeline. This will not be used if the
783 draw->pipeline.pstipple = &pstip->stage;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.c 138 tnl->pipeline.new_state |= new_state;
t_context.h 36 * a pipeline that receives as input a buffer of vertices and does all
44 * is stored. The last stage in the pipeline is the rasterizer.
192 * Contains the current state of a running pipeline.
198 /* Constant over the pipeline.
229 * Describes an individual operation on the pipeline.
235 /* Private data for the pipeline stage:
258 * GL_FALSE - finished pipeline
265 /** Contains the array of all pipeline stages.
404 *** TNL Pipeline
509 /* Pipeline
511 struct tnl_pipeline pipeline; member in struct:__anon18199
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_context.c 138 tnl->pipeline.new_state |= new_state;
t_context.h 36 * a pipeline that receives as input a buffer of vertices and does all
44 * is stored. The last stage in the pipeline is the rasterizer.
192 * Contains the current state of a running pipeline.
198 /* Constant over the pipeline.
229 * Describes an individual operation on the pipeline.
235 /* Private data for the pipeline stage:
258 * GL_FALSE - finished pipeline
265 /** Contains the array of all pipeline stages.
404 *** TNL Pipeline
509 /* Pipeline
511 struct tnl_pipeline pipeline; member in struct:__anon31758
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
  /hardware/intel/img/psb_video/src/
vsp_fw.h 142 struct VssProcPipelineParameterBuffer pipeline; member in union:VssProcBuffer
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 29 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackSource.java 28 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterVignette.java 26 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
  /frameworks/base/core/jni/
android_opengl_GLES31.cpp 750 /* void glUseProgramStages ( GLuint pipeline, GLbitfield stages, GLuint program ) */
753 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) {
755 (GLuint)pipeline,
761 /* void glActiveShaderProgram ( GLuint pipeline, GLuint program ) */
764 (JNIEnv *_env, jobject _this, jint pipeline, jint program) {
766 (GLuint)pipeline,
779 /* void glBindProgramPipeline ( GLuint pipeline ) */
782 (JNIEnv *_env, jobject _this, jint pipeline) {
784 (GLuint)pipeline
920 /* GLboolean glIsProgramPipeline ( GLuint pipeline ) */
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 281 void GLTrace_glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program);
282 void GLTrace_glActiveShaderProgram(GLuint pipeline, GLuint program);
284 void GLTrace_glBindProgramPipeline(GLuint pipeline);
287 GLboolean GLTrace_glIsProgramPipeline(GLuint pipeline);
288 void GLTrace_glGetProgramPipelineiv(GLuint pipeline, GLenum pname, GLint * params);
322 void GLTrace_glValidateProgramPipeline(GLuint pipeline);
323 void GLTrace_glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /external/blktrace/
blkparse.c 290 static int pipeline; variable
    [all...]

Completed in 1006 milliseconds

1 2 34 5 6 7