OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DE_UNREF
(Results
1 - 25
of
178
) sorted by null
1
2
3
4
5
6
7
8
/external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl
9
DE_UNREF
(pipeline);
10
DE_UNREF
(program);
16
DE_UNREF
(texture);
22
DE_UNREF
(program);
23
DE_UNREF
(shader);
29
DE_UNREF
(id);
30
DE_UNREF
(mode);
36
DE_UNREF
(target);
37
DE_UNREF
(id);
43
DE_UNREF
(target)
[
all
...]
tcuNullRenderContext.cpp
66
DE_UNREF
(object);
428
DE_UNREF
(internalformat);
429
DE_UNREF
(target);
494
DE_UNREF
(type);
500
DE_UNREF
(shader);
508
DE_UNREF
(program);
617
DE_UNREF
(target);
618
DE_UNREF
(offset);
619
DE_UNREF
(length);
620
DE_UNREF
(access)
[
all
...]
/external/deqp/external/vulkancts/framework/vulkan/
vkNullDriverImpl.inl
6
DE_UNREF
(pAllocator);
12
DE_UNREF
(pAllocator);
18
DE_UNREF
(pAllocator);
24
DE_UNREF
(pAllocator);
30
DE_UNREF
(pAllocator);
36
DE_UNREF
(pAllocator);
42
DE_UNREF
(pAllocator);
48
DE_UNREF
(pAllocator);
54
DE_UNREF
(pAllocator);
60
DE_UNREF
(pAllocator)
[
all
...]
/external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m
35
DE_UNREF
(application && launchOptions);
63
DE_UNREF
(application);
69
DE_UNREF
(application);
74
DE_UNREF
(application);
79
DE_UNREF
(application);
85
DE_UNREF
(application);
/external/deqp/framework/platform/android/
tcuAndroidMain.cpp
39
DE_UNREF
(savedState && savedStateSize);
43
DE_UNREF
(obj);
tcuAndroidInternals.cpp
67
DE_UNREF
(memorySize);
90
DE_UNREF
(fptr);
91
DE_UNREF
(memory);
92
DE_UNREF
(param1);
93
DE_UNREF
(param2);
94
DE_UNREF
(param3);
95
DE_UNREF
(param4);
121
DE_UNREF
(fptr);
122
DE_UNREF
(obj);
tcuAndroidNativeActivity.cpp
170
DE_UNREF
(hasFocus);
175
DE_UNREF
(window);
180
DE_UNREF
(window);
185
DE_UNREF
(window);
190
DE_UNREF
(window);
195
DE_UNREF
(queue);
200
DE_UNREF
(queue);
205
DE_UNREF
(rect);
/external/deqp/framework/delibs/dethread/
standalone_test.c
29
DE_UNREF
(argc && argv);
/external/deqp/framework/opengl/wrapper/
glwInitES20Direct.cpp
44
DE_UNREF
(gl);
glwInitES30Direct.cpp
44
DE_UNREF
(gl);
/external/deqp/modules/egl/
teglGLES1RenderUtil.cpp
65
DE_UNREF
(x && y && width && height);
66
DE_UNREF
(color);
72
DE_UNREF
(x && y && width && height);
73
DE_UNREF
(dst);
teglVGRenderUtil.cpp
63
DE_UNREF
(x && y && width && height);
64
DE_UNREF
(color);
70
DE_UNREF
(x && y && width && height);
71
DE_UNREF
(dst);
teglQueryContextTests.cpp
100
DE_UNREF
(display);
101
DE_UNREF
(surface);
102
DE_UNREF
(config);
142
DE_UNREF
(display);
143
DE_UNREF
(context);
144
DE_UNREF
(config);
184
DE_UNREF
(surface && context);
185
DE_UNREF
(config);
235
DE_UNREF
(surface);
/external/deqp/framework/delibs/dethread/unix/
deNamedSemaphoreUnix.c
52
DE_UNREF
(attributes);
82
DE_UNREF
(res);
91
DE_UNREF
(res);
99
DE_UNREF
(res);
deSemaphoreUnix.c
38
DE_UNREF
(attributes);
66
DE_UNREF
(ret);
74
DE_UNREF
(ret);
deMutexUnix.c
100
DE_UNREF
(ret);
107
DE_UNREF
(ret);
deThreadLocalUnix.c
62
DE_UNREF
(ret);
75
DE_UNREF
(ret);
deThreadUnix.c
88
DE_UNREF
(attributes);
137
DE_UNREF
(ret);
/external/deqp/framework/delibs/dethread/win32/
deSemaphoreWin32.c
40
DE_UNREF
(attributes);
62
DE_UNREF
(ret);
70
DE_UNREF
(ret);
deMutexWin32.c
53
DE_UNREF
(attributes);
94
DE_UNREF
(attributes);
/external/deqp/framework/egl/
egluNativeWindow.cpp
58
DE_UNREF
(size);
77
DE_UNREF
(visibility);
96
DE_UNREF
(display && config && attribList);
/external/deqp/framework/randomshaders/
rsgExpression.hpp
73
Expression* createNextChild (GeneratorState& state) {
DE_UNREF
(state); return DE_NULL; }
74
void tokenize (GeneratorState& state, TokenStream& str) const {
DE_UNREF
(state); str << Token(m_variable->getName()); }
112
Expression* createNextChild (GeneratorState& state) {
DE_UNREF
(state); return DE_NULL; }
117
void evaluate (ExecutionContext& ctx) {
DE_UNREF
(ctx); }
130
Expression* createNextChild (GeneratorState& state) {
DE_UNREF
(state); return DE_NULL; }
135
void evaluate (ExecutionContext& ctx) {
DE_UNREF
(ctx); }
148
Expression* createNextChild (GeneratorState& state) {
DE_UNREF
(state); return DE_NULL; }
153
void evaluate (ExecutionContext& ctx) {
DE_UNREF
(ctx); }
rsgStatement.hpp
61
Statement* createNextChild (GeneratorState& state) {
DE_UNREF
(state); return DE_NULL; }
77
Statement* createNextChild (GeneratorState& state) {
DE_UNREF
(state); return DE_NULL; }
144
Statement* createNextChild (GeneratorState& state) {
DE_UNREF
(state); return DE_NULL; }
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp
236
DE_UNREF
(numWorkGroups);
237
DE_UNREF
(workGroupSize);
238
DE_UNREF
(workGroupID);
239
DE_UNREF
(localInvocationID);
263
DE_UNREF
(numWorkGroups);
264
DE_UNREF
(workGroupID);
265
DE_UNREF
(localInvocationID);
287
DE_UNREF
(numWorkGroups);
288
DE_UNREF
(workGroupSize);
289
DE_UNREF
(localInvocationID)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp
307
DE_UNREF
(numWorkGroups);
308
DE_UNREF
(workGroupSize);
309
DE_UNREF
(workGroupID);
310
DE_UNREF
(localInvocationID);
334
DE_UNREF
(numWorkGroups);
335
DE_UNREF
(workGroupID);
336
DE_UNREF
(localInvocationID);
357
DE_UNREF
(numWorkGroups);
358
DE_UNREF
(workGroupSize);
359
DE_UNREF
(localInvocationID)
[
all
...]
Completed in 381 milliseconds
1
2
3
4
5
6
7
8