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

1 2

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 133 OP(TexParameterf) /* 376 */ \
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 350 void GLES2DecoderTestBase::SpecializedSetup<cmds::TexParameterf, 0>(
gles2_cmd_decoder_unittest_2_autogen.h 240 SpecializedSetup<cmds::TexParameterf, 0>(true);
241 cmds::TexParameterf cmd;
249 SpecializedSetup<cmds::TexParameterf, 0>(false);
250 cmds::TexParameterf cmd;
258 SpecializedSetup<cmds::TexParameterf, 0>(false);
259 cmds::TexParameterf cmd;
267 SpecializedSetup<cmds::TexParameterf, 0>(false);
268 cmds::TexParameterf cmd;
    [all...]
  /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.cc 551 gles2_if_->TexParameterf(
554 gles2_if_->TexParameterf(
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 123 #define glTexParameterf GLES2_GET_FUN(TexParameterf)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 907 void TexParameterf(
911 ToGles2Impl(&enter)->TexParameterf(target, pname, param);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 341 void GLES2InterfaceStub::TexParameterf(
gles2_cmd_helper_autogen.h 1001 void TexParameterf(GLenum target, GLenum pname, GLfloat param) {
1002 gles2::cmds::TexParameterf* c = GetCmdSpace<gles2::cmds::TexParameterf>();
    [all...]
gles2_implementation_unittest_autogen.h 1046 TEST_F(GLES2ImplementationTest, TexParameterf) {
1048 cmds::TexParameterf cmd;
1053 gl_->TexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, 3);
    [all...]
gles2_trace_implementation_impl_autogen.h 628 void GLES2TraceImplementation::TexParameterf(
630 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::TexParameterf");
631 gl_->TexParameterf(target, pname, param);
    [all...]
gles2_implementation_autogen.h 280 virtual void TexParameterf(
gles2_interface_autogen.h 170 virtual void TexParameterf(GLenum target, GLenum pname, GLfloat param) = 0;
gles2_interface_stub_autogen.h 181 virtual void TexParameterf(
gles2_trace_implementation_autogen.h 181 virtual void TexParameterf(
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 230 void (*TexParameterf)(
  /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 570 glGetInterfacePPAPI()->TexParameterf(
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 596 #define glTexParameterf GLES2_GET_FUN(TexParameterf)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 744 { "glTexParameterf", _O(TexParameterf) },
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 863 DELEGATE_TO_GL_3(texParameterf, TexParameterf,
    [all...]

Completed in 2360 milliseconds

1 2