OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VertState
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkVertState.h
13
/** \struct
VertState
17
remains valid for the lifetime of the
VertState
object.
20
struct
VertState
{
24
* Construct a
VertState
from a vertex count, index array, and index count.
27
VertState
(int vCount, const uint16_t indices[], int indexCount)
37
typedef bool (*Proc)(
VertState
*);
50
static bool Triangles(
VertState
*);
51
static bool TrianglesX(
VertState
*);
52
static bool TriangleStrip(
VertState
*);
53
static bool TriangleStripX(
VertState
*);
[
all
...]
SkVertState.cpp
10
bool
VertState
::Triangles(
VertState
* state) {
22
bool
VertState
::TrianglesX(
VertState
* state) {
35
bool
VertState
::TriangleStrip(
VertState
* state) {
52
bool
VertState
::TriangleStripX(
VertState
* state) {
70
bool
VertState
::TriangleFan(
VertState
* state)
[
all
...]
SkDraw.cpp
[
all
...]
/external/skia/src/core/
SkVertState.h
13
/** \struct
VertState
17
remains valid for the lifetime of the
VertState
object.
20
struct
VertState
{
24
* Construct a
VertState
from a vertex count, index array, and index count.
27
VertState
(int vCount, const uint16_t indices[], int indexCount)
37
typedef bool (*Proc)(
VertState
*);
50
static bool Triangles(
VertState
*);
51
static bool TrianglesX(
VertState
*);
52
static bool TriangleStrip(
VertState
*);
53
static bool TriangleStripX(
VertState
*);
[
all
...]
SkVertState.cpp
10
bool
VertState
::Triangles(
VertState
* state) {
22
bool
VertState
::TrianglesX(
VertState
* state) {
35
bool
VertState
::TriangleStrip(
VertState
* state) {
52
bool
VertState
::TriangleStripX(
VertState
* state) {
70
bool
VertState
::TriangleFan(
VertState
* state)
[
all
...]
SkDraw.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp
[
all
...]
/external/skia/src/gpu/
SkGpuDevice.cpp
[
all
...]
Completed in 893 milliseconds