Searched defs:DepthRangef (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 104 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar); member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 1951 struct DepthRangef { struct 1952 typedef DepthRangef ValueType; argument 1953 static const CommandId kCmdId = kDepthRangef; argument 1954 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 1956 static uint32 ComputeSize() { in ComputeSize() 1980 COMPILE_ASSERT(sizeof(DepthRangef) == 12, argument
|
D | gles2_cmd_format_test_autogen.h | 776 TEST_F(GLES2FormatTest, DepthRangef) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 360 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function
|
D | gles2_trace_implementation_impl_autogen.h | 218 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function
|
D | gles2_interface_stub_impl_autogen.h | 123 void GLES2InterfaceStub::DepthRangef( in DepthRangef() function
|
D | gles2_implementation_unittest_autogen.h | 345 TEST_F(GLES2ImplementationTest, DepthRangef) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 378 void DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 325 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { in DepthRangef() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 5313 KEYWORD1 void KEYWORD2 NAME(DepthRangef)(GLclampf zNear, GLclampf zFar) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 7413 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar) in GLAPI_PREFIX() argument
|