Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Vertex.cpp104 array->bind[ 0 ] = bind_reg; in EnableAttrAsArray()
109 array->bind[ i ] = -1; in EnableAttrAsArray()
163 array->bind[ i ] = -1; in EnableInterleavedArray()
167 array->bind[ i ] = interleave_info.symbol[ i ]->start; in EnableInterleavedArray()
209 if ( m_LoadArray[ i ].bind[ j ] != bind_reg ) continue; in DisableAttr_()
211 m_LoadArray[ i ].bind[ j ] = -1; in DisableAttr_()
234 if ( bind[ i ] != -1 ) return; in CheckDisable()
291 if ( vtx_array.bind[ j ] >= 0 ) in MakeEnableAttrCommand_()
296 …bind_reg_command[ ( input_index >> 3 ) << 1 ] |= vtx_array.bind[ j ] << ( 4 * ( input_index % 8 ) … in MakeEnableAttrCommand_()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/
Dgr_Vertex.h347 int bind[ VERTEX_ATTRIBUTE_MAX ]; member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Utility.cpp87 result = bind(sock0, (struct sockaddr*)&addr, sizeof(addr)); in SetupServerSide()