Searched defs:alphaPref (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsDefines.h89 uint32_t alphaPref; member in struct:__anon1587
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp194 int alphaMin, int alphaPref,
202 sc.alphaPref = alphaPref;
192 nContextCreateGL(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer, int colorMin, int colorPref, int alphaMin, int alphaPref, int depthMin, int depthPref, int stencilMin, int stencilPref, int samplesMin, int samplesPref, float samplesQ, int dpi) argument
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java136 int alphaMin, int alphaPref,
142 int alphaMin, int alphaPref,
147 alphaMin, alphaPref, depthMin, depthPref,
134 rsnContextCreateGL(int dev, int ver, int sdkVer, int colorMin, int colorPref, int alphaMin, int alphaPref, int depthMin, int depthPref, int stencilMin, int stencilPref, int samplesMin, int samplesPref, float samplesQ, int dpi) argument
140 nContextCreateGL(int dev, int ver, int sdkVer, int colorMin, int colorPref, int alphaMin, int alphaPref, int depthMin, int depthPref, int stencilMin, int stencilPref, int samplesMin, int samplesPref, float samplesQ, int dpi) argument

Completed in 68 milliseconds