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

  /external/skia/src/gpu/
GrPrimitiveProcessor.h 50 GrVertexAttribType fType;
121 const Attribute& addVertexAttrib(const char* name, GrVertexAttribType type,
129 const Attribute& addInstanceAttrib(const char* name, GrVertexAttribType type,
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 43 GrVertexAttribType type,
79 GrVertexAttribType fType;
GrGLVertexArray.cpp 20 static AttribLayout attrib_layout(GrVertexAttribType type) {
54 GrVertexAttribType type,
  /external/skia/include/private/
GrTypesPriv.h 314 enum GrVertexAttribType {
339 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
373 static inline bool GrVertexAttribTypeIsIntType(GrVertexAttribType type) {
405 * converts a GrVertexAttribType to a GrSLType
407 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) {
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 17 static inline VkFormat attrib_type_to_vkformat(GrVertexAttribType type) {

Completed in 199 milliseconds