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

/frameworks/rs/
H A DrsDefines.h89 uint32_t alphaPref; member in struct:__anon1640
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java159 int alphaMin, int alphaPref,
165 int alphaMin, int alphaPref,
170 alphaMin, alphaPref, depthMin, depthPref,
157 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
163 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
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp193 int alphaMin, int alphaPref,
201 sc.alphaPref = alphaPref;
191 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

Completed in 36 milliseconds