Home
last modified time | relevance | path

Searched defs:near (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dmbox.py253 def fixfocus(near, itop): argument
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js611 J3DIMatrix4.prototype.ortho = function(left, right, bottom, top, near, far) argument
638 J3DIMatrix4.prototype.frustum = function(left, right, bottom, top, near, far) argument
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp435 …TField *near = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("near"), zero… in InsertBuiltInFunctions() local
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.hpp246 void depthRange(glw::GLfloat near, glw::GLfloat far) in depthRange()
251 void depthRange(glw::GLdouble near, glw::GLdouble far) in depthRange()
DglcViewportArrayTests.cpp1437 GLint near = (GLint)data[2 * i + 0]; in depthRangeInitialValuesHelper() local
3085 const T near = step * (T)i; in setup16x2DepthsHelper() local
4226 const GLfloat near = step * (GLfloat)i; in checkResults() local
4238 const GLfloat near = texture_data[i]; in checkResults() local
4391 const GLfloat near = texture_data[i]; in checkResults() local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dmatrixop.c132 float near, float far) in Matrix4x4_Frustum()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util.cc546 const bool near = ExpectValuesNear(expected_data[i], actual_data[i]); in ExpectLiteralsNear() local
556 bool near = ExpectValuesNear(expected.Get<NativeT>(multi_index_), in ExpectLiteralsNear() local
/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c721 const float* const* near, in ProcessExtended()
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py78 def display(self, parent, near=None): argument
102 def nearwindow(self, near): argument
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp382 const float near = 0.0f; in translateCommand() local
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp382 const float near = 0.0f; in translateCommand() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3588 bool near) { in j()
3642 void AssemblerX86Base<TraitsType>::jmp(Label *label, bool near) { in jmp()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1099 void CallLogWrapper::glDepthRange (glw::GLdouble near, glw::GLdouble far)
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1464 GLW_APICALL void GLW_APIENTRY glDepthRange (GLdouble near, GLdouble far)
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl1231 void glwDepthRange (GLdouble near, GLdouble far)