/external/chromium_org/cc/test/ |
test_gles2_interface.cc | 76 void TestGLES2Interface::BindTexture(GLenum target, GLuint texture) { 77 test_context_->bindTexture(target, texture);
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.cpp | 157 if (BindTexture()) { 256 bool GLFrame::BindTexture() const { 277 if (!BindTexture())
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_impl_autogen.h | 63 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) { 67 SetGLError(GL_INVALID_OPERATION, "BindTexture", "texture reserved id"); 71 helper_->BindTexture(target, texture); [all...] |
gles2_cmd_helper_autogen.h | 68 void BindTexture(GLenum target, GLuint texture) { 69 gles2::cmds::BindTexture* c = GetCmdSpace<gles2::cmds::BindTexture>(); [all...] |
gles2_interface_stub_impl_autogen.h | 29 void GLES2InterfaceStub::BindTexture(
|
gles2_trace_implementation_impl_autogen.h | 46 void GLES2TraceImplementation::BindTexture(GLenum target, GLuint texture) { 47 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BindTexture"); 48 gl_->BindTexture(target, 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 | 48 void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 73 void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) { 76 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 | 297 struct BindTexture { 298 typedef BindTexture ValueType; 326 COMPILE_ASSERT(sizeof(BindTexture) == 12, 328 COMPILE_ASSERT(offsetof(BindTexture, header) == 0, 330 COMPILE_ASSERT(offsetof(BindTexture, target) == 4, 332 COMPILE_ASSERT(offsetof(BindTexture, texture) == 8, [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitemp.h | [all...] |