HomeSort by relevance Sort by last modified time
    Searched defs:DepthFunc (Results 1 - 6 of 6) 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;
156 public DepthFunc getDepthFunc() {
238 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
259 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
283 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
305 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
321 DepthFunc mDepthFunc
    [all...]
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 113 unsigned depthFunc :
183 void (* DepthFunc)(GGLInterface_t * iface, GLenum func);
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 62 milliseconds