Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/shaders/
DdeferredRenderingLighting.vs12 attribute vec4 a_position;
13 attribute vec2 a_texCoord;
DdeferredRenderingSetup.vs12 attribute vec4 a_position;
13 attribute vec3 a_normal;
/CafeSDK-2.12.13-1/system/include/cafe/mem/
DheapCommon.h138 attribute; member
DexpHeap.h86 attribute; member
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs729 foreach (string attribute in attributes) in AddNode()
731 attrString += attribute + " "; in AddNode()
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zIn.c417 static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) in SzWaitAttribute() argument
423 if (type == attribute) in SzWaitAttribute()