HomeSort by relevance Sort by last modified time
    Searched refs:glCaps (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 122 fHWBoundTextureUniqueIDs.reset(this->glCaps().maxFragmentTextureUnits());
140 GrPrintf(this->glCaps().dump().c_str());
145 SkASSERT(this->glCaps().maxVertexAttributes() >= GrDrawState::kMaxVertexAttribCnt);
150 if (this->glCaps().pathRenderingSupport()) {
173 if (this->glCaps().pathRenderingSupport()) {
192 !this->glCaps().readPixelsSupported(this->glInterface(),
219 if (this->glCaps().isConfigTexturable(kBGRA_8888_GrPixelConfig) &&
220 !this->glCaps().bgraIsInternalFormat() &&
247 if (!this->glCaps().isCoreProfile()) {
258 if (this->glCaps().imagingSupport() && !this->glCaps().isCoreProfile())
    [all...]
GrGLProgramDesc.cpp 242 !GetGeometryProcessorKey(gpStage, gpu->glCaps(), requiresLocalCoordAttrib, &b,
264 !GetProcessorKey(optState.getColorStage(s), gpu->glCaps(),
284 !GetProcessorKey(optState.getCoverageStage(s), gpu->glCaps(),
351 gpu->glCaps());
359 optState.getRenderTarget(), gpu->glCaps());
GrGpuGL.h 42 const GrGLCaps& glCaps() const { return *fGLContext.caps(); }
45 SkASSERT(glCaps().pathRenderingSupport());
333 if (!gpu->glCaps().vertexArrayObjectSupport()) {
GrGLBufferImpl.cpp 85 switch (gpu->glCaps().mapBufferType()) {
140 switch (gpu->glCaps().mapBufferType()) {
GrGLPathRendering.cpp 66 fHWPathTexGenSettings.reset(fGpu->glCaps().maxFixedFunctionTextureCoords());
85 for (int i = 0; i < fGpu->glCaps().maxFixedFunctionTextureCoords(); ++i) {
303 SkASSERT(fGpu->glCaps().maxFixedFunctionTextureCoords() >= unitIdx);
347 SkASSERT(fGpu->glCaps().maxFixedFunctionTextureCoords() >= numUsedTexCoordSets);
399 SkASSERT(fGpu->glCaps().pathRenderingSupport());
GrGLProgram.cpp 33 SkASSERT(gpu->glCaps().pathRenderingSupport());
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentShaderBuilder.cpp 96 if (gpu->glCaps().fbFetchSupport()) {
98 gpu->glCaps().fbFetchExtensionString());
99 return gpu->glCaps().fbFetchColorName();
111 if (!gpu->glCaps().shaderDerivativeSupport()) {
160 } else if (gpu->glCaps().fragCoordConventionsSupport()) {
257 if (kNoDstRead_DstReadKey != header.fDstReadKey && !gpu->glCaps().fbFetchSupport()) {
GrGLFragmentOnlyProgramBuilder.cpp 15 SkASSERT(gpu->glCaps().pathRenderingSupport());
23 SkASSERT(gpu()->glCaps().maxFixedFunctionTextureCoords() >= fTexCoordSetCnt);
GrGLShaderBuilder.cpp 41 if (!gpu->glCaps().textureSwizzleSupport() &&
43 char alphaChar = gpu->glCaps().textureRedSupport() ? 'r' : 'a';
GrGLFullProgramBuilder.cpp 146 const GrGLCaps* glCaps = this->ctxInfo().caps();
147 if (glCaps->pathRenderingSupport() &&
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 75 if (!GetProcessorKey(*stage, gpu->glCaps(), useLocalCoords, &b, &effectKeySize)) {
98 if (!GetProcessorKey(*stages[s], gpu->glCaps(), useLocalCoords, &b, &effectKeySize)) {
146 gpu->glCaps()));
152 gpu->glCaps()));
259 bool usePathRendering = this->glCaps().pathRenderingSupport() && random.nextBool();
311 if (currTextureCoordSet + numTransforms > this->glCaps().maxFixedFunctionTextureCoords()) {

Completed in 54 milliseconds