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

  /external/skia/include/gpu/
GrTypesPriv.h 212 kUByte_GrVertexAttribType, // unsigned byte, e.g. coverage
236 GR_STATIC_ASSERT(4 == kUByte_GrVertexAttribType);
253 1*sizeof(char), // kUByte_GrVertexAttribType
265 GR_STATIC_ASSERT(4 == kUByte_GrVertexAttribType);
284 GR_STATIC_ASSERT(4 == kUByte_GrVertexAttribType);
300 case kUByte_GrVertexAttribType:
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 22 {1, GR_GL_UNSIGNED_BYTE, true}, // kUByte_GrVertexAttribType
33 GR_STATIC_ASSERT(4 == kUByte_GrVertexAttribType);
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 25 VK_FORMAT_R8_UNORM, // kUByte_GrVertexAttribType
33 GR_STATIC_ASSERT(4 == kUByte_GrVertexAttribType);

Completed in 2585 milliseconds