HomeSort by relevance Sort by last modified time
    Searched defs:linked (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ProgramBinding.cpp 108 int linked = 0; local
109 GLC(m_context, m_context->getProgramiv(programObject, GraphicsContext3D::LINK_STATUS, &linked));
110 if (!linked) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 149 int[] linked = new int[1]; local
172 GLES20.glGetProgramiv(programObject, GLES20.GL_LINK_STATUS, linked, 0);
174 if (linked[0] == 0)
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 76 GLint linked = GL_FALSE; local
95 glGetProgramiv(program, GL_LINK_STATUS, &linked);
96 if (!linked) {
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 855 GrGLint linked = GR_GL_INIT_ZERO; local
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 195 GLint linked; local
210 glGetProgramiv(programObject, GL_LINK_STATUS, &linked);
211 if(!linked)
  /system/media/audio_route/
audio_route.c 41 /* If linked is true, only the first element in each array is valid */
51 /* If linked is true, only the first element in each array is valid */
52 bool linked; member in struct:mixer_setting
93 ALOGE(" id=%d: ctl=%s linked=%c", i,
95 path->setting[i].linked ? 'y' : 'n');
223 path->setting[path_index].linked = setting->linked;
224 if (setting->linked) {
261 path->setting[path_index].linked = true;
266 /* Linked, so only set the first value *
481 bool linked; local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 263 // Make sure we haven't compiled and linked already
361 GLint linked = 0; local
362 glGetProgramiv(program, GL_LINK_STATUS, &linked);
363 if (linked != GL_TRUE) {
    [all...]
  /external/blktrace/btt/
globals.h 163 int linked; member in struct:io
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1475 milliseconds