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

1 2

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 32 OP(ClearDepthf) /* 273 */ \
gles2_cmd_format_test_autogen.h 251 TEST_F(GLES2FormatTest, ClearDepthf) {
252 cmds::ClearDepthf& cmd = *GetBufferAs<cmds::ClearDepthf>();
254 EXPECT_EQ(static_cast<uint32_t>(cmds::ClearDepthf::kCmdId),
    [all...]
gles2_cmd_format_autogen.h 716 struct ClearDepthf {
717 typedef ClearDepthf ValueType;
742 COMPILE_ASSERT(sizeof(ClearDepthf) == 8, Sizeof_ClearDepthf_is_not_8);
743 COMPILE_ASSERT(offsetof(ClearDepthf, header) == 0,
745 COMPILE_ASSERT(offsetof(ClearDepthf, depth) == 4,
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 33 #define glClearDepthf GLES2_GET_FUN(ClearDepthf)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 180 void ClearDepthf(PP_Resource context_id, GLclampf depth) {
183 ToGles2Impl(&enter)->ClearDepthf(depth);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 72 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) {
    [all...]
gles2_cmd_helper_autogen.h 153 void ClearDepthf(GLclampf depth) {
154 gles2::cmds::ClearDepthf* c = GetCmdSpace<gles2::cmds::ClearDepthf>();
    [all...]
gles2_implementation_unittest_autogen.h 166 TEST_F(GLES2ImplementationTest, ClearDepthf) {
168 cmds::ClearDepthf cmd;
173 gl_->ClearDepthf(0.5f);
    [all...]
gles2_trace_implementation_impl_autogen.h 120 void GLES2TraceImplementation::ClearDepthf(GLclampf depth) {
121 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearDepthf");
122 gl_->ClearDepthf(depth);
    [all...]
gles2_implementation_autogen.h 67 virtual void ClearDepthf(GLclampf depth) OVERRIDE;
gles2_interface_autogen.h 50 virtual void ClearDepthf(GLclampf depth) = 0;
gles2_interface_stub_autogen.h 49 virtual void ClearDepthf(GLclampf depth) OVERRIDE;
gles2_trace_implementation_autogen.h 49 virtual void ClearDepthf(GLclampf depth) OVERRIDE;
gles2_implementation_impl_autogen.h 176 void GLES2Implementation::ClearDepthf(GLclampf depth) {
179 helper_->ClearDepthf(depth);
    [all...]
gles2_c_lib_autogen.h 82 gles2::GetGLContext()->ClearDepthf(depth);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 174 void ClearDepthf(PP_Resource context_id, GLclampf depth) {
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 68 VISIT_GL_CALL(ClearDepthf, void, (GLclampf depth), (depth))
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 92 void (*ClearDepthf)(PP_Resource context, GLclampf depth);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_framebuffers.cc 803 ClearDepthf depth_cmd;
868 ClearDepthf depth_cmd;
    [all...]
gles2_cmd_decoder_unittest_1_autogen.h 325 SpecializedSetup<cmds::ClearDepthf, 0>(true);
326 cmds::ClearDepthf cmd;
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 110 glGetInterfacePPAPI()->ClearDepthf(glGetCurrentContextPPAPI(), depth);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 507 #define glClearDepthf GLES2_GET_FUN(ClearDepthf)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 261 DELEGATE_TO_GL_1(clearDepth, ClearDepthf, WGC3Dclampf)
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]

Completed in 226 milliseconds

1 2