Searched refs:hasColors (Results 1 - 5 of 5) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
H A DImmediateModeRenderer20.java50 public ImmediateModeRenderer20 (boolean hasNormals, boolean hasColors, int numTexCoords) { argument
51 this(5000, hasNormals, hasColors, numTexCoords, createDefaultShader(hasNormals, hasColors, numTexCoords));
55 public ImmediateModeRenderer20 (int maxVertices, boolean hasNormals, boolean hasColors, int numTexCoords) { argument
56 this(maxVertices, hasNormals, hasColors, numTexCoords, createDefaultShader(hasNormals, hasColors, numTexCoords));
60 public ImmediateModeRenderer20 (int maxVertices, boolean hasNormals, boolean hasColors, int numTexCoords, ShaderProgram shader) { argument
65 VertexAttribute[] attribs = buildVertexAttributes(hasNormals, hasColors, numTexCoords);
177 static private String createVertexShader (boolean hasNormals, boolean hasColors, int numTexCoords) { argument
180 + (hasColors
204 createFragmentShader(boolean hasNormals, boolean hasColors, int numTexCoords) argument
230 createDefaultShader(boolean hasNormals, boolean hasColors, int numTexCoords) argument
[all...]
/external/skia/src/gpu/batches/
H A DGrDrawAtlasBatch.cpp23 (this->hasColors() ? sizeof(GrColor) : 0);
39 static const GrGeometryProcessor* set_vertex_attributes(bool hasColors, argument
45 if (hasColors) {
56 SkAutoTUnref<const GrGeometryProcessor> gp(set_vertex_attributes(this->hasColors(),
66 + (this->hasColors() ? sizeof(GrColor) : 0));
182 if (this->hasColors() != that->hasColors()) {
186 if (!this->hasColors() && this->color() != that->color()) {
234 SkTArray<GrColor>* colors, bool hasColors) {
238 if (hasColors) {
231 randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, SkTArray<SkRect>* texRects, SkTArray<GrColor>* colors, bool hasColors) argument
251 bool hasColors = random->nextBool(); local
[all...]
H A DGrDrawAtlasBatch.h36 if (this->hasColors()) {
57 bool hasColors() const { return fHasColors; } function in class:GrDrawAtlasBatch
H A DGrDrawVerticesBatch.cpp258 SkTArray<GrColor>* colors, bool hasColors,
265 if (hasColors) {
287 bool hasColors = random->nextBool(); local
297 &colors, hasColors, local
305 &colors, hasColors, local
254 randomize_params(size_t count, size_t maxVertex, SkScalar min, SkScalar max, SkRandom* random, SkTArray<SkPoint>* positions, SkTArray<SkPoint>* texCoords, bool hasTexCoords, SkTArray<GrColor>* colors, bool hasColors, SkTArray<uint16_t>* indices, bool hasIndices) argument
/external/clang/tools/diagtool/
H A DTreeView.cpp26 static bool hasColors(const llvm::raw_ostream &out) { function
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {}

Completed in 115 milliseconds