HomeSort by relevance Sort by last modified time
    Searched refs:create_texture (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/tests/tritex/
tritex.cpp 32 void create_texture(void);
110 create_texture();
206 void create_texture(void) function
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 30 void create_texture(void);
204 create_texture();
313 void create_texture(void)
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 113 void create_texture() function
146 create_texture();
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 233 create_texture(struct pipe_context *pipe, enum pipe_format format, function
273 texture = create_texture(pipe, format, width, height);
376 dsrb->texture = create_texture(pipe, dsrb->format, width, height);

Completed in 3509 milliseconds