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

  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 157 if (BindTexture()) {
256 bool GLFrame::BindTexture() const {
277 if (!BindTexture())
  /external/chromium_org/cc/test/
test_gles2_interface.cc 76 void TestGLES2Interface::BindTexture(GLenum target, GLuint texture) {
77 test_context_->bindTexture(target, texture);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 71 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) {
77 SetGLError(GL_INVALID_OPERATION, "BindTexture", "texture reserved id");
81 helper_->BindTexture(target, texture);
    [all...]
gles2_cmd_helper_autogen.h 60 void BindTexture(GLenum target, GLuint texture) {
61 gles2::cmds::BindTexture* c = GetCmdSpace<gles2::cmds::BindTexture>();
    [all...]
gles2_interface_stub_impl_autogen.h 32 void GLES2InterfaceStub::BindTexture(GLenum /* target */,
    [all...]
gles2_trace_implementation_impl_autogen.h 49 void GLES2TraceImplementation::BindTexture(GLenum target, GLuint texture) {
50 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BindTexture");
51 gl_->BindTexture(target, texture);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 73 void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 305 void (*BindTexture)( struct gl_context *ctx, GLenum target,
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 305 void (*BindTexture)( struct gl_context *ctx, GLenum target,
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 59 void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 79 void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) {
82 ToGles2Impl(&enter)->BindTexture(target, texture);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 357 void (GLAPIENTRY * BindTexture)(GLenum, GLuint);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 357 void (GLAPIENTRY * BindTexture)(GLenum, GLuint);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 331 GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 235 struct BindTexture {
236 typedef BindTexture ValueType;
263 COMPILE_ASSERT(sizeof(BindTexture) == 12, Sizeof_BindTexture_is_not_12);
264 COMPILE_ASSERT(offsetof(BindTexture, header) == 0,
266 COMPILE_ASSERT(offsetof(BindTexture, target) == 4,
268 COMPILE_ASSERT(offsetof(BindTexture, texture) == 8,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 498 milliseconds