OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Front
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/Common/
MyVector.h
69
const T&
Front
() const { return operator[](0); }
70
T&
Front
() { return operator[](0); }
155
T* p = (&
Front
()) - 1;
201
T&
Front
() { return operator[](0); }
202
const T&
Front
() const { return operator[](0); }
/external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp
185
SmallVector<MachineInstr *, 8>
Front
;
189
Front
.push_back(MI);
191
while (
Front
.size() != 0) {
192
MI =
Front
.back();
193
Front
.pop_back();
370
SmallVector<MachineInstr *, 8>
Front
;
371
Front
.push_back(MI);
372
while (
Front
.size() != 0) {
373
MI =
Front
.back();
374
Front
.pop_back()
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java
196
* Cull
front
faces
198
Front
,
204
* Cull both
front
and back faces.
484
* it is considered a
front
-facing triangle, otherwise, it is considered
587
* a
front
-facing triangle fails the
front
stencil function.
589
* a
front
-facing triangle fails the depth test.
591
* a
front
-facing triangle passes the depth test.
598
* @param _frontStencilFunction Set the test function for
front
-facing triangles.
633
* Retrieve the
front
stencil fail operation
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h
[
all
...]
d3d9types.h
[
all
...]
ksmedia.h
[
all
...]
Completed in 353 milliseconds