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

  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.cpp 31 GLuint vertexId = buildShader(vertex, GL_VERTEX_SHADER);
34 glAttachShader(programId, vertexId);
51 glDetachShader(programId, vertexId);
53 glDeleteShader(vertexId);
58 mVertexShader = vertexId;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h 171 uint8_t vertexId; /* system value index of VertexID */

Completed in 364 milliseconds