OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumPrograms
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h
50
static const int
kNumPrograms
= 12;
51
GLuint programs_[
kNumPrograms
];
54
GLuint matrix_handle_[
kNumPrograms
];
55
GLuint sampler_locations_[
kNumPrograms
];
gles2_cmd_copy_texture_chromium.cc
225
for (int i = 0; i <
kNumPrograms
; ++i) {
272
for (int program = 0; program <
kNumPrograms
; ++program) {
313
for (int program = 0; program <
kNumPrograms
; ++program) {
Completed in 76 milliseconds