Lines Matching refs:Result
29 typedef Result (*SetupFunc)(os::IAllocator* allocator, ResShader resShader);
31 static Result ResBinaryShader_Setup(os::IAllocator* allocator, ResShader resShader);
32 static Result ResReferenceShader_Setup(os::IAllocator* allocator, ResShader resShader);
98 Result
105 Result result = RESOURCE_RESULT_OK; in Setup()
126 static Result
129 Result result = RESOURCE_RESULT_OK; in ResBinaryShader_Setup()
204 static Result
207 Result result = RESOURCE_RESULT_OK; in ResReferenceShader_Setup()
261 Result
265 Result result = RESOURCE_RESULT_OK; in Setup()