HomeSort by relevance Sort by last modified time
    Searched refs:glop (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 209 void RenderState::render(const Glop& glop) {
210 const Glop::Mesh& mesh = glop.mesh;
211 const Glop::Mesh::Vertices& vertices = mesh.vertices;
212 const Glop::Mesh::Indices& indices = mesh.indices;
213 const Glop::Fill& fill = glop.fill;
224 fill.program->set(glop.transform.ortho,
225 glop.transform.modelView
    [all...]
RenderState.h 30 #include "Glop.h"
87 void render(const Glop& glop);
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 21 #include "Glop.h"
848 Glop glop; local
849 GlopBuilder(mRenderState, mCaches, &glop)
856 renderGlop(glop);
860 Glop glop; local
861 GlopBuilder(mRenderState, mCaches, &glop)
869 renderGlop(glop);
881 Glop glop local
1022 Glop glop; local
1141 Glop glop; local
1330 Glop glop; local
1540 Glop glop; local
1563 Glop glop; local
1653 Glop glop; local
1682 Glop glop; local
1708 Glop glop; local
1738 Glop glop; local
1759 Glop glop; local
2045 Glop glop; local
2376 Glop glop; local
2434 Glop glop; local
2572 Glop glop; local
2587 Glop glop; local
    [all...]
GlopBuilder.cpp 19 #include "Glop.h"
61 GlopBuilder::GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop)
558 void verify(const ProgramDescription& description, const Glop& glop) {
559 if (glop.fill.texture.texture != nullptr) {
562 || ((glop.mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) == 0)),
564 glop.fill.texture.texture,
566 glop.mesh.vertices.attribFlags);
570 || ((glop.mesh.vertices.attribFlags & VertexAttribFlags::TextureCoord) != 0)),
573 glop.mesh.vertices.attribFlags)
    [all...]
FontRenderer.cpp 22 #include "Glop.h"
63 Glop glop; local
64 GlopBuilder(renderer->mRenderState, renderer->mCaches, &glop)
71 renderer->renderGlop(glop);
OpenGLRenderer.h 65 struct Glop;
547 void renderGlop(const Glop& glop, GlopRenderType type = GlopRenderType::Standard);
    [all...]
  /external/v8/test/mjsunit/
string-match.js 84 var stringSample2 = "Argle bargle glop glyf!";
116 ["Argle", "bargle", "glop", "glyf"], [], 18, 22);
121 ["Argle", "bargle", "glop", "glyf"], [], 18, 22);

Completed in 151 milliseconds