HomeSort by relevance Sort by last modified time
    Searched defs:DepthFunc (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/pixelflinger2/
buffer.cpp 25 static void DepthFunc(GGLInterface * iface, GLenum func)
30 ctx->state.bufferState.depthFunc = func & 0x7;
235 iface->DepthFunc = DepthFunc;
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 42 * buffer. DepthFunc is only valid when depth buffer is present
45 public enum DepthFunc {
83 DepthFunc(int id) {
138 DepthFunc mDepthFunc;
157 public DepthFunc getDepthFunc() {
240 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
261 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
285 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
307 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
323 DepthFunc mDepthFunc
    [all...]
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 113 unsigned depthFunc :
183 void (* DepthFunc)(GGLInterface_t * iface, GLenum func);
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 171 milliseconds