Searched defs:colorNumber (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dshader_query.cpp239 _mesa_BindFragDataLocation(GLuint program, GLuint colorNumber, argument
242 _mesa_BindFragDataLocationIndexed(program, colorNumber, 0, name);
246 _mesa_BindFragDataLocationIndexed(GLuint program, GLuint colorNumber, argument
269 if (index == 0 && colorNumber >= ctx->Const.MaxDrawBuffers) {
270 _mesa_error(ctx, GL_INVALID_VALUE, "glBindFragDataLocationIndexed(colorNumber)");
274 if (index == 1 && colorNumber >= ctx->Const.MaxDualSourceDrawBuffers) {
275 _mesa_error(ctx, GL_INVALID_VALUE, "glBindFragDataLocationIndexed(colorNumber)");
283 shProg->FragDataBindings->put(colorNumber + FRAG_RESULT_DATA0, name);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DColorsActivity.java224 private void editColor(int colorNumber) { argument
225 mCurrentColor = colorNumber;
226 new UberColorPickerDialog(this, this, (colorNumber == 0) ? mFgColor : mBgColor).show();
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp51 GrGLuint colorNumber,
461 GrGLuint colorNumber,
50 noOpGLBindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name) argument
460 noOpGLBindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint index, const GrGLchar * name) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 219 milliseconds