Home
last modified time | relevance | path

Searched refs:object (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.8-20130828/sources/libraries/fnd/detail/
Dfnd_DetailList.cpp57 SetFirstObject(NNSFndList* list, void* object) in SetFirstObject() argument
62 NN_TASSERT_(object); in SetFirstObject()
64 link = OBJ_TO_LINK(list, object); in SetFirstObject()
68 list->headObject = object; in SetFirstObject()
69 list->tailObject = object; in SetFirstObject()
84 AppendListObject(NNSFndList* list, void* object) in AppendListObject() argument
87 NN_TASSERT_(object); in AppendListObject()
92 SetFirstObject(list, object); in AppendListObject()
96 NNSFndLink* link = OBJ_TO_LINK(list, object); in AppendListObject()
101 OBJ_TO_LINK(list, list->tailObject)->nextObject = object; in AppendListObject()
[all …]
Dfnd_DetailList.h62 void* object);
66 void* object);
71 void* object);
75 void* object);
79 const void* object);
83 const void* object);
/CTR-SDK-4.2.8-20130828/include/nn/util/detail/
Dutil_InitializationTransaction.h27 #define NN_UTIL_DETAIL_REGISTER_INITIALIZATION_TRANSACTION(transaction, T, object, f) \ argument
34 …tail_initialtransaction_class_, __LINE__)(bool& transaction, T& object) : m_Object(object), m_Tran…
42 …ANSACTION_H_STRING_JOIN_(nn_util_detail_initialtransaction_object_, __LINE__) (transaction, object)
/CTR-SDK-4.2.8-20130828/include/nn/fslow/
Dfslow_HandleTable.h126 const HandleValue& Register(const T& object) in Register() argument
129 m_Object = object; in Register()
176 const HandleValue& Register(const T& object) in Register() argument
180 return pEntry->Register(object); in Register()
/CTR-SDK-4.2.8-20130828/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv793 0x6e,[10:0],Width of the render target object's glRenderbufferStorage widthglTexture2DImage2D,Sets …
795 0x6e,[21:12],Height of the render target object's glRenderbufferStorage heightglTexture2DImage2D,Se…
848 …r(pname=GL_TEXTURE_BORDER_COLOR) (Depends on the settings of the texture object bound to GL_TEXTUR…
850 … height, glCopyTexImage2D height (Depends on the settings of the texture object bound to GL_TEXTUR…
852 …2D width, glCopyTexImage2D width (Depends on the settings of the texture object bound to GL_TEXTUR…
854 …ter(pname=GL_TEXTURE_MAG_FILTER) (Depends on the settings of the texture object bound to GL_TEXTUR…
858 …ter(pname=GL_TEXTURE_MIN_FILTER) (Depends on the settings of the texture object bound to GL_TEXTUR…
862 … glCopyTexImage2D internalformat (Depends on the settings of the texture object bound to GL_TEXTUR…
866 0x83,[10:8],glTexParameter(pname=GL_TEXTURE_WRAP_T) (Depends on the settings of the texture object
872 0x83,[14:12],glTexParameter(pname=GL_TEXTURE_WRAP_S) (Depends on the settings of the texture object
[all …]