HomeSort by relevance Sort by last modified time
    Searched full:col0 (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tests/RenderScriptTests/MiscSamples/res/raw/
multitexf.glsl 5 lowp vec4 col0 = texture2D(UNI_Tex0, t0).rgba;
8 col0.xyz = col0.xyz*col1.xyz*1.5;
9 col0.xyz = mix(col0.xyz, col2.xyz, col2.w);
10 col0.w = 0.5;
11 gl_FragColor = col0;
  /frameworks/base/tests/RenderScriptTests/PerfTest/res/raw/
multitexf.glsl 5 lowp vec4 col0 = texture2D(UNI_Tex0, t0).rgba;
8 col0.xyz = col0.xyz*col1.xyz*1.5;
9 col0.xyz = mix(col0.xyz, col2.xyz, col2.w);
10 col0.w = 0.5;
11 gl_FragColor = col0;
singletexf.glsl 4 lowp vec3 col0 = texture2D(UNI_Tex0, varTex0).rgb;
5 gl_FragColor.xyz = col0;
singletexfm.glsl 4 lowp vec3 col0 = texture2D(UNI_Tex0, varTex0).rgb;
5 gl_FragColor.xyz = col0 * UNI_modulate.rgb;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java 58 int col0 = RGB565.RGB565_to_ARGB8(data.getShort()); local
60 colors[0].fromARGB8(col0);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ThreadPanel.java 65 private final static String PREFS_THREAD_COL_ID = "threadPanel.Col0"; //$NON-NLS-1$
74 private static final String PREFS_STACK_COL_CLASS = "threadPanel.stack.col0"; //$NON-NLS-1$
AllocationPanel.java 72 private final static String PREFS_ALLOC_COL_SIZE = "allocPanel.Col0"; //$NON-NLS-1$
80 private static final String PREFS_STACK_COL_CLASS = "allocPanel.stack.col0"; //$NON-NLS-1$
DevicePanel.java 59 private final static String PREFS_COL_NAME_SERIAL = "devicePanel.Col0"; //$NON-NLS-1$
HeapPanel.java 81 private static final String PREFS_STATS_COL_TYPE = "heapPanel.col0"; //$NON-NLS-1$
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 253 ;// Col0

Completed in 1285 milliseconds