HomeSort by relevance Sort by last modified time
    Searched refs:TexParameterf (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 100 TexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST));
101 SpecializedSetup<cmds::TexParameterf, 0>(true);
102 cmds::TexParameterf cmd;
109 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
110 SpecializedSetup<cmds::TexParameterf, 0>(false);
111 cmds::TexParameterf cmd;
118 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
119 SpecializedSetup<cmds::TexParameterf, 0>(false);
120 cmds::TexParameterf cmd;
127 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0)
    [all...]
gles2_cmd_decoder_unittest_2.cc 475 void GLES2DecoderTestBase::SpecializedSetup<cmds::TexParameterf, 0>(
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.cc 348 gles2_impl_->TexParameterf(
350 gles2_impl_->TexParameterf(
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 123 OP(TexParameterf) /* 364 */ \
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 306 gles2_if_->TexParameterf(
309 gles2_if_->TexParameterf(
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc 551 gles2_if_->TexParameterf(
554 gles2_if_->TexParameterf(
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 125 #define glTexParameterf GLES2_GET_FUN(TexParameterf)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 1033 void TexParameterf(PP_Resource context_id,
1039 ToGles2Impl(&enter)->TexParameterf(target, pname, param);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 417 void GLES2InterfaceStub::TexParameterf(GLenum /* target */,
    [all...]
gles2_cmd_helper_autogen.h 1015 void TexParameterf(GLenum target, GLenum pname, GLfloat param) {
1016 gles2::cmds::TexParameterf* c = GetCmdSpace<gles2::cmds::TexParameterf>();
    [all...]
gles2_implementation_unittest_autogen.h 1064 TEST_F(GLES2ImplementationTest, TexParameterf) {
1066 cmds::TexParameterf cmd;
1071 gl_->TexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
    [all...]
gles2_trace_implementation_impl_autogen.h 733 void GLES2TraceImplementation::TexParameterf(GLenum target,
736 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::TexParameterf");
737 gl_->TexParameterf(target, pname, param);
    [all...]
gles2_implementation_autogen.h 358 virtual void TexParameterf(GLenum target, GLenum pname, GLfloat param) OVERRIDE;
gles2_interface_autogen.h 251 virtual void TexParameterf(GLenum target, GLenum pname, GLfloat param) = 0;
gles2_interface_stub_autogen.h 261 virtual void TexParameterf(GLenum target, GLenum pname, GLfloat param) OVERRIDE;
gles2_trace_implementation_autogen.h 261 virtual void TexParameterf(GLenum target, GLenum pname, GLfloat param) OVERRIDE;
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1020 void TexParameterf(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 399 VISIT_GL_CALL(TexParameterf,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 361 void (*TexParameterf)(PP_Resource context,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 228 void (GLAPIENTRY * TexParameterf)(GLenum, GLenum, GLfloat);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 228 void (GLAPIENTRY * TexParameterf)(GLenum, GLenum, GLfloat);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 126 Accepted by the <param> parameter of TexParameterf, TexParameteri,
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 126 Accepted by the <param> parameter of TexParameterf, TexParameteri,
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 677 glGetInterfacePPAPI()->TexParameterf(
    [all...]

Completed in 504 milliseconds

1 2