OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SamplerCreate
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
Sampler.cpp
67
void* id = RS::dispatch->
SamplerCreate
(rs->getContext(), min, mag, wrapS, wrapT,
rsDispatch.cpp
85
dispatchTab.
SamplerCreate
= (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate");
281
if (dispatchTab.
SamplerCreate
== nullptr) {
282
LOG_ERR("Couldn't initialize dispatchTab.
SamplerCreate
");
rsDispatch.h
157
SamplerCreateFnPtr
SamplerCreate
;
/frameworks/rs/
rs.spec
357
SamplerCreate
{
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 93 milliseconds