OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nContextSetSurface
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
RenderScriptGL.java
220
nContextSetSurface
(w, h, s);
RenderScript.java
211
synchronized void
nContextSetSurface
(int w, int h, Surface sur) {
[
all
...]
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
224
nContextSetSurface
(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd)
226
LOG_API("
nContextSetSurface
, con(%p), width(%i), height(%i), surface(%p)", con, width, height, (Surface *)wnd);
[
all
...]
Completed in 37 milliseconds