HomeSort by relevance Sort by last modified time
    Searched refs:pipelines (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
root_list.js 43 if (response.pipelines && response.pipelines.length > 0) {
53 $.each(response.pipelines, function(index, infoMap) {
85 $('#empty-list-message').text('No pipelines found.').show();
117 // Ignore internal pipelines.
status.js 73 // Opens all pipelines down to the target one if not already expanded and
106 var current = STATUS_MAP.pipelines[pipelineId];
432 var otherPipeline = STATUS_MAP.pipelines[slot.fillerPipelineId];
521 // Related pipelines
531 var relatedInfoMap = STATUS_MAP.pipelines[relatedPipelineId];
594 var parentInfoMap = statusMap.pipelines[nextPipelineId];
598 if (statusMap.pipelines[nextPipelineId]) {
599 var children = statusMap.pipelines[nextPipelineId].children;
631 var infoMap = STATUS_MAP.pipelines[pipelineId];
644 var infoMapA = STATUS_MAP.pipelines[a]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elastictranscoder/
test_layer1.py 77 pipelines = self.api.list_pipelines()['Pipelines']
78 pipeline_names = [p['Name'] for p in pipelines]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java 354 // C function void glDeleteProgramPipelines ( GLsizei n, const GLuint *pipelines )
358 int[] pipelines,
362 // C function void glDeleteProgramPipelines ( GLsizei n, const GLuint *pipelines )
366 java.nio.IntBuffer pipelines
369 // C function void glGenProgramPipelines ( GLsizei n, GLuint *pipelines )
373 int[] pipelines,
377 // C function void glGenProgramPipelines ( GLsizei n, GLuint *pipelines )
381 java.nio.IntBuffer pipelines
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31.spec 16 void glDeleteProgramPipelines ( GLsizei n, const GLuint *pipelines )
17 void glGenProgramPipelines ( GLsizei n, GLuint *pipelines )
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 602 GLW_APICALL void GLW_APIENTRY glGenProgramPipelines (GLsizei n, GLuint* pipelines)
606 if (pipelines)
609 pipelines[ndx] = ctx->programPipelines.allocate();
  /frameworks/base/core/jni/
android_opengl_GLES31.cpp 973 GLuint *pipelines = (GLuint *) 0; local
1014 GLuint *pipelines = (GLuint *) 0; local
1039 GLuint *pipelines = (GLuint *) 0; local
1080 GLuint *pipelines = (GLuint *) 0; local
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 4225 } pipelines[] = local
4954 } pipelines[] = local
6108 } pipelines[] = local
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2ext.h     [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl31.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl31.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengles2.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 2507 milliseconds

1 2 3 4