Lines Matching defs:memory
41 _mesa_lookup_memory_object(struct gl_context *ctx, GLuint memory)
43 if (!memory)
47 _mesa_HashLookup(ctx->Shared->MemoryObjects, memory);
51 _mesa_lookup_memory_object_locked(struct gl_context *ctx, GLuint memory)
53 if (!memory)
57 _mesa_HashLookupLocked(ctx->Shared->MemoryObjects, memory);
124 GLuint memory,
134 GLuint memory,
144 GLuint memory,
155 GLuint memory,
164 GLuint memory,
174 GLuint memory,
184 GLuint memory,
195 GLuint memory,
203 GLuint memory,
211 GLuint memory,
250 _mesa_ImportMemoryFdEXT(GLuint memory,